You are here

TwitterCardsData1.php in Metatag 8

File

metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsData1.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:data1' meta tag.
 *
 * @MetatagTag(
 *   id = "twitter_cards_data1",
 *   label = @Translation("Data 1"),
 *   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:data1",
 *   group = "twitter_cards",
 *   weight = 501,
 *   type = "string",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class TwitterCardsData1 extends MetaNameBase {

}

Classes

Namesort descending Description
TwitterCardsData1 Provides a plugin for the 'twitter:data1' meta tag.