91dd63ff25d5f306d2e9e9acfb4a17266af35868
[yaffs-website] / TwitterCardsAppNameGooglePlay.php
1 <?php
2
3 namespace Drupal\metatag_twitter_cards\Plugin\metatag\Tag;
4
5 use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
6
7 /**
8  * The Twitter Cards app name Google Play metatag.
9  *
10  * @MetatagTag(
11  *   id = "twitter_cards_app_name_googleplay",
12  *   label = @Translation("Google Play app name"),
13  *   description = @Translation("The name of the app in the Google Play app store."),
14  *   name = "twitter:app:name:googleplay",
15  *   group = "twitter_cards",
16  *   weight = 306,
17  *   type = "string",
18  *   secure = FALSE,
19  *   multiple = FALSE
20  * )
21  */
22 class TwitterCardsAppNameGooglePlay extends MetaNameBase {
23 }