Version 1
[yaffs-website] / web / modules / contrib / metatag / metatag_mobile / src / Plugin / metatag / Group / AndroidMobile.php
diff --git a/web/modules/contrib/metatag/metatag_mobile/src/Plugin/metatag/Group/AndroidMobile.php b/web/modules/contrib/metatag/metatag_mobile/src/Plugin/metatag/Group/AndroidMobile.php
new file mode 100644 (file)
index 0000000..2c9ab04
--- /dev/null
@@ -0,0 +1,21 @@
+<?php
+/**
+ * @file
+ * Contains \Drupal\metatag_mobile\Plugin\metatag\Group\AndroidMobile.
+ */
+
+namespace Drupal\metatag_mobile\Plugin\metatag\Group;
+
+/**
+ * The Android mobile group.
+ *
+ * @MetatagGroup(
+ *   id = "android_mobile",
+ *   label = @Translation("Android"),
+ *   description = @Translation("Custom meta tags used by the Android OS, browser, etc."),
+ *   weight = 82
+ * )
+ */
+class AndroidMobile extends GroupBase {
+  // Inherits everything from Base.
+}
\ No newline at end of file