You are here

TwitterCardsCreatorId.php in Metatag 8

File

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

namespace Drupal\metatag_twitter_cards\Plugin\metatag\Tag;

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

/**
 * The Twitter Cards creator id metatag.
 *
 * @MetatagTag(
 *   id = "twitter_cards_creator_id",
 *   label = @Translation("Creator's Twitter account ID"),
 *   description = @Translation("The numerical Twitter account ID for the content creator / author for this page."),
 *   name = "twitter:creator:id",
 *   group = "twitter_cards",
 *   weight = 4,
 *   type = "string",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class TwitterCardsCreatorId extends MetaNameBase {

}

Classes

Namesort descending Description
TwitterCardsCreatorId The Twitter Cards creator id metatag.