TwitterCardsAppNameIpad.php in Metatag 8
File
metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsAppNameIpad.phpView source
<?php
namespace Drupal\metatag_twitter_cards\Plugin\metatag\Tag;
use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
/**
* The Twitter Cards app name for ipad metatag.
*
* @MetatagTag(
* id = "twitter_cards_app_name_ipad",
* label = @Translation("iPad app name"),
* description = @Translation("The name of the iPad app."),
* name = "twitter:app:name:ipad",
* group = "twitter_cards",
* weight = 303,
* type = "string",
* secure = FALSE,
* multiple = FALSE
* )
*/
class TwitterCardsAppNameIpad extends MetaNameBase {
}
Classes
Name | Description |
---|---|
TwitterCardsAppNameIpad | The Twitter Cards app name for ipad metatag. |