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