Version 1
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / SiteValidation.php
diff --git a/web/modules/contrib/metatag/src/Plugin/metatag/Group/SiteValidation.php b/web/modules/contrib/metatag/src/Plugin/metatag/Group/SiteValidation.php
new file mode 100644 (file)
index 0000000..6734d3b
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+
+namespace Drupal\metatag\Plugin\metatag\Group;
+
+
+/**
+ * The Site Validation group.
+ *
+ * @MetatagGroup(
+ *   id = "site_validation",
+ *   label = @Translation("Site Validation"),
+ *   description = @Translation("These meta tags are used to confirm site ownership with search engines and other services."),
+ *   weight = 10
+ * )
+ */
+class SiteValidation extends GroupBase {
+  // Inherits everything from Base.
+}