Version 1
[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 /**
7  * The open graph group.
8  *
9  * @MetatagGroup(
10  *   id = "google_plus",
11  *   label = @Translation("Google Plus"),
12  *   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>."),
13  *   weight = 5
14  * )
15  */
16 class GooglePlus extends GroupBase {
17   // Inherits everything from Base.
18 }