You are here

TwitterCardsPlayerStream.php in Metatag 8

File

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

namespace Drupal\metatag_twitter_cards\Plugin\metatag\Tag;

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

/**
 * The Twitter Cards player stream url metatag.
 *
 * @MetatagTag(
 *   id = "twitter_cards_player_stream",
 *   label = @Translation("MP4 media stream URL"),
 *   description = @Translation("The full URL for an MP4 video (h.264) or audio (AAC) stream, takes precedence over the other media player field."),
 *   name = "twitter:player:stream",
 *   group = "twitter_cards",
 *   weight = 403,
 *   type = "uri",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class TwitterCardsPlayerStream extends MetaNameBase {

}

Classes

Namesort descending Description
TwitterCardsPlayerStream The Twitter Cards player stream url metatag.