Version 1
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / GooglePlus.php
diff --git a/web/modules/contrib/metatag/src/Plugin/metatag/Group/GooglePlus.php b/web/modules/contrib/metatag/src/Plugin/metatag/Group/GooglePlus.php
new file mode 100644 (file)
index 0000000..e3165fe
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+
+namespace Drupal\metatag\Plugin\metatag\Group;
+
+
+/**
+ * The open graph group.
+ *
+ * @MetatagGroup(
+ *   id = "google_plus",
+ *   label = @Translation("Google Plus"),
+ *   description = @Translation("A set of meta tags specially for controlling the summaries displayed when content is shared on <a href='https://plus.google.com/'>Google+</a>."),
+ *   weight = 5
+ * )
+ */
+class GooglePlus extends GroupBase {
+  // Inherits everything from Base.
+}