AlWindowsPhoneAppId.php in Metatag 8
File
metatag_app_links/src/Plugin/metatag/Tag/AlWindowsPhoneAppId.phpView source
<?php
namespace Drupal\metatag_app_links\Plugin\metatag\Tag;
use Drupal\metatag\Plugin\metatag\Tag\MetaPropertyBase;
/**
* The AppLinks Windows Phone app ID meta tag.
*
* @MetatagTag(
* id = "al_windows_phone_app_id",
* label = @Translation("Windows Phone app ID"),
* description = @Translation("The app ID for the app store."),
* name = "al:windows_phone:app_id",
* group = "app_links",
* weight = 1,
* type = "string",
* secure = FALSE,
* multiple = FALSE
* )
*/
class AlWindowsPhoneAppId extends MetaPropertyBase {
}
Classes
Name | Description |
---|---|
AlWindowsPhoneAppId | The AppLinks Windows Phone app ID meta tag. |