TwitterCardsGalleryImage3.php in Metatag 8
File
metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsGalleryImage3.phpView source
<?php
namespace Drupal\metatag_twitter_cards\Plugin\metatag\Tag;
use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
/**
* The Twitter Cards gallery image3 metatag.
*
* @MetatagTag(
* id = "twitter_cards_gallery_image3",
* label = @Translation("4th gallery image"),
* description = @Translation("A URL to the image representing the fourth photo in your gallery."),
* name = "twitter:gallery:image3",
* group = "twitter_cards",
* weight = 203,
* type = "image",
* secure = FALSE,
* multiple = FALSE,
* absolute_url = TRUE
* )
*/
class TwitterCardsGalleryImage3 extends MetaNameBase {
}
Classes
Name | Description |
---|---|
TwitterCardsGalleryImage3 | The Twitter Cards gallery image3 metatag. |