TwitterCardsPlayerHeight.php in Metatag 8
File
metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsPlayerHeight.phpView source
<?php
namespace Drupal\metatag_twitter_cards\Plugin\metatag\Tag;
use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
/**
* The Twitter Cards player height metatag.
*
* @MetatagTag(
* id = "twitter_cards_player_height",
* label = @Translation("Media player height"),
* description = @Translation("The height of the media player iframe, in pixels. Required when using a Media player card."),
* name = "twitter:player:height",
* group = "twitter_cards",
* weight = 402,
* type = "integer",
* secure = FALSE,
* multiple = FALSE
* )
*/
class TwitterCardsPlayerHeight extends MetaNameBase {
}
Classes
Name | Description |
---|---|
TwitterCardsPlayerHeight | The Twitter Cards player height metatag. |