Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / DublinCoreAdvanced.php
diff --git a/web/modules/contrib/metatag/src/Plugin/metatag/Group/DublinCoreAdvanced.php b/web/modules/contrib/metatag/src/Plugin/metatag/Group/DublinCoreAdvanced.php
deleted file mode 100644 (file)
index 8f29fb0..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-namespace Drupal\metatag\Plugin\metatag\Group;
-
-/**
- * The Dublin Core Advanced group.
- *
- * @MetatagGroup(
- *   id = "dublin_core_advanced",
- *   label = @Translation("Dublin Core - Advanced tags"),
- *   description = @Translation("These tags are not part of the Metadata Element Set but may be useful for certain scenarios."),
- *   weight = 8
- * )
- */
-class DublinCoreAdvanced extends GroupBase {
-  // Inherits everything from Base.
-}