654f968c4ec442e4eee7c18fb5202caee40c6984
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / DublinCoreBasic.php
1 <?php
2
3 namespace Drupal\metatag\Plugin\metatag\Group;
4
5
6 /**
7  * The Dublin Core Basic group.
8  *
9  * @MetatagGroup(
10  *   id = "dublin_core_basic",
11  *   label = @Translation("Dublin Core - Basic tags"),
12  *   description = @Translation("The Dublin Core Metadata Element Set, aka 'Dublin Core meta tags', are a set of internationally standardized metadata tags used to describe content to make identification and classification of content easier; the standards are controlled by the <a href='http://dublincore.org/'>Dublin Core Metadata Initiative (DCMI)</a>."),
13  *   weight = 7
14  * )
15  */
16 class DublinCoreBasic extends GroupBase {
17   // Inherits everything from Base.
18 }