Version 1
[yaffs-website] / web / modules / contrib / metatag / metatag_app_links / src / Plugin / metatag / Tag / AlIphoneAppStoreId.php
diff --git a/web/modules/contrib/metatag/metatag_app_links/src/Plugin/metatag/Tag/AlIphoneAppStoreId.php b/web/modules/contrib/metatag/metatag_app_links/src/Plugin/metatag/Tag/AlIphoneAppStoreId.php
new file mode 100644 (file)
index 0000000..4c714c6
--- /dev/null
@@ -0,0 +1,24 @@
+<?php
+
+namespace Drupal\metatag_app_links\Plugin\metatag\Tag;
+
+use Drupal\metatag\Plugin\metatag\Tag\MetaPropertyBase;
+
+/**
+ * The AppLinks iPad app store ID meta tag.
+ *
+ * @MetatagTag(
+ *   id = "al_iphone_app_store_id",
+ *   label = @Translation("iPhone app store ID"),
+ *   description = @Translation("The app ID for the app store."),
+ *   name = "al:iphone:app_store_id",
+ *   group = "app_links",
+ *   weight = 1,
+ *   type = "string",
+ *   secure = FALSE,
+ *   multiple = FALSE
+ * )
+ */
+class AlIphoneAppStoreId extends MetaPropertyBase {
+  // Nothing here yet. Just a placeholder class for a plugin.
+}