c173afed10b1ae87911970d558fdc16b6d804191
[yaffs-website] / web / modules / contrib / metatag / metatag_open_graph_products / src / Plugin / metatag / Group / OpenGraphProducts.php
1 <?php
2
3 namespace Drupal\metatag_open_graph_products\Plugin\metatag\Group;
4
5 use \Drupal\metatag\Plugin\metatag\Group\GroupBase;
6
7 /**
8  * Provides a plugin for the 'Open Graph - Products' meta tag group.
9  *
10  * @MetatagGroup(
11  *   id = "open_graph_products",
12  *   label = @Translation("Open Graph - Products"),
13  *   description = @Translation("These Open Graph meta tags are for describing products."),
14  *   weight = 0,
15  * )
16  */
17 class OpenGraphProducts extends GroupBase {
18   // Nothing here yet. Just a placeholder class for a plugin.
19 }