Upgraded imagemagick and manually altered pdf to image module to handle changes....
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / TwitterCards.php
1 <?php
2
3 namespace Drupal\metatag\Plugin\metatag\Group;
4
5 /**
6  * The TwitterCards group.
7  *
8  * @MetatagGroup(
9  *   id = "twitter_cards",
10  *   label = @Translation("Twitter Cards"),
11  *   description = @Translation("A set of meta tags specially for controlling the summaries displayed when content is shared on <a href='https://twitter.com/'>Twitter</a>."),
12  *   weight = 4
13  * )
14  */
15 class TwitterCards extends GroupBase {
16   // Inherits everything from Base.
17 }