a0785ccb63554df99178895fbe7dbb8a1eac2dcf
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / Advanced.php
1 <?php
2
3 namespace Drupal\metatag\Plugin\metatag\Group;
4
5
6 /**
7  * The advanced group.
8  *
9  * @MetatagGroup(
10  *   id = "advanced",
11  *   label = @Translation("Advanced"),
12  *   description = @Translation("Meta tags that might not be needed by many sites."),
13  *   weight = 2
14  * )
15  */
16 class Advanced extends GroupBase {
17   // Inherits everything from Base.
18 }