Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / AppLinks.php
diff --git a/web/modules/contrib/metatag/src/Plugin/metatag/Group/AppLinks.php b/web/modules/contrib/metatag/src/Plugin/metatag/Group/AppLinks.php
deleted file mode 100644 (file)
index 2ebbbd1..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-namespace Drupal\metatag\Plugin\metatag\Group;
-
-/**
- * The App Links group.
- *
- * @MetatagGroup(
- *   id = "app_links",
- *   label = @Translation("App Links"),
- *   description = @Translation("Meta tags used to expose App Links for app deep linking. See <a href='http://applinks.org/'>applinks.org</a> for details and documentation.."),
- *   weight = 9
- * )
- */
-class AppLinks extends GroupBase {
-  // Inherits everything from Base.
-}