You are here

TwitterCardsAppNameGooglePlay.php in Metatag 8

File

metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsAppNameGooglePlay.php
View source
<?php

namespace Drupal\metatag_twitter_cards\Plugin\metatag\Tag;

use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;

/**
 * The Twitter Cards app name Google Play metatag.
 *
 * @MetatagTag(
 *   id = "twitter_cards_app_name_googleplay",
 *   label = @Translation("Google Play app name"),
 *   description = @Translation("The name of the app in the Google Play app store."),
 *   name = "twitter:app:name:googleplay",
 *   group = "twitter_cards",
 *   weight = 306,
 *   type = "string",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class TwitterCardsAppNameGooglePlay extends MetaNameBase {

}

Classes

Namesort descending Description
TwitterCardsAppNameGooglePlay The Twitter Cards app name Google Play metatag.