You are here

TwitterCardsGalleryImage2.php in Metatag 8

File

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

namespace Drupal\metatag_twitter_cards\Plugin\metatag\Tag;

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

/**
 * The Twitter Cards gallery image2 metatag.
 *
 * @MetatagTag(
 *   id = "twitter_cards_gallery_image2",
 *   label = @Translation("3rd gallery image"),
 *   description = @Translation("A URL to the image representing the third photo in your gallery."),
 *   name = "twitter:gallery:image2",
 *   group = "twitter_cards",
 *   weight = 202,
 *   type = "image",
 *   secure = FALSE,
 *   multiple = FALSE,
 *   absolute_url = TRUE
 * )
 */
class TwitterCardsGalleryImage2 extends MetaNameBase {

}

Classes

Namesort descending Description
TwitterCardsGalleryImage2 The Twitter Cards gallery image2 metatag.