You are here

TwitterCardsData2.php in Metatag 8

File

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

namespace Drupal\metatag_twitter_cards\Plugin\metatag\Tag;

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

/**
 * Provides a plugin for the 'twitter:data2' meta tag.
 *
 * @MetatagTag(
 *   id = "twitter_cards_data2",
 *   label = @Translation("Data 2"),
 *   description = @Translation("This field expects a string, and allows you to specify the types of data you want to offer (price, country, etc.)."),
 *   name = "twitter:data2",
 *   group = "twitter_cards",
 *   weight = 503,
 *   type = "string",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class TwitterCardsData2 extends MetaNameBase {

}

Classes

Namesort descending Description
TwitterCardsData2 Provides a plugin for the 'twitter:data2' meta tag.