Updated all the contrib modules to their latest versions.
[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
deleted file mode 100644 (file)
index 8cd680f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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.
-}