Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / DublinCoreBasic.php
diff --git a/web/modules/contrib/metatag/src/Plugin/metatag/Group/DublinCoreBasic.php b/web/modules/contrib/metatag/src/Plugin/metatag/Group/DublinCoreBasic.php
deleted file mode 100644 (file)
index bb9b0bd..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-namespace Drupal\metatag\Plugin\metatag\Group;
-
-/**
- * The Dublin Core Basic group.
- *
- * @MetatagGroup(
- *   id = "dublin_core_basic",
- *   label = @Translation("Dublin Core - Basic tags"),
- *   description = @Translation("The Dublin Core Metadata Element Set, aka 'Dublin Core meta tags', are a set of internationally standardized metadata tags used to describe content to make identification and classification of content easier; the standards are controlled by the <a href='http://dublincore.org/'>Dublin Core Metadata Initiative (DCMI)</a>."),
- *   weight = 7
- * )
- */
-class DublinCoreBasic extends GroupBase {
-  // Inherits everything from Base.
-}