eb95b6061957821b4467a15686262a416c4c5d87
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / Basic.php
1 <?php
2
3 namespace Drupal\metatag\Plugin\metatag\Group;
4
5
6 /**
7  * The basic group.
8  *
9  * @MetatagGroup(
10  *   id = "basic",
11  *   label = @Translation("Basic tags"),
12  *   description = @Translation("Simple meta tags."),
13  *   weight = 1
14  * )
15  */
16 class Basic extends GroupBase {
17   // Inherits everything from Base.
18 }