Version 1
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / DublinCoreAdvanced.php
1 <?php
2
3 namespace Drupal\metatag\Plugin\metatag\Group;
4
5
6 /**
7  * The Dublin Core Advanced group.
8  *
9  * @MetatagGroup(
10  *   id = "dublin_core_advanced",
11  *   label = @Translation("Dublin Core - Advanced tags"),
12  *   description = @Translation("These tags are not part of the Metadata Element Set but may be useful for certain scenarios."),
13  *   weight = 8
14  * )
15  */
16 class DublinCoreAdvanced extends GroupBase {
17   // Inherits everything from Base.
18 }