975f5c3dd288a74f1213af2bdd023f148222ce55
[yaffs-website] / web / modules / contrib / metatag / metatag_pinterest / src / Plugin / metatag / Group / Pinterest.php
1 <?php
2
3 namespace Drupal\metatag_pinterest\Plugin\metatag\Group;
4
5 use Drupal\metatag\Plugin\metatag\Group\GroupBase;
6
7 /**
8  * The Pinterest group.
9  *
10  * @MetatagGroup(
11  *   id = "pinterest",
12  *   label = @Translation("Pinterest"),
13  *   description = @Translation("A set of meta tags used to control how the site's content is consumed by <a href='https://pinterest.com/'>Pinterest</a>."),
14  *   weight = 4
15  * )
16  */
17 class Pinterest extends GroupBase {
18   // Inherits everything from Base.
19 }