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