2bb98f487bb0a6dec70d81ab59dc7ce78510e899
[yaffs-website] / TwitterCardsAppIdGooglePlay.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 id for Google Play metatag.
9  *
10  * @MetatagTag(
11  *   id = "twitter_cards_app_id_googleplay",
12  *   label = @Translation("Google Play app ID"),
13  *   description = @Translation("Your app ID in the Google Play Store (i.e. ""com.android.app"")."),
14  *   name = "twitter:app:id:googleplay",
15  *   group = "twitter_cards",
16  *   weight = 307,
17  *   type = "string",
18  *   secure = FALSE,
19  *   multiple = FALSE
20  * )
21  */
22 class TwitterCardsAppIdGooglePlay extends MetaNameBase {
23 }