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