Upgraded imagemagick and manually altered pdf to image module to handle changes....
[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  * The Dublin Core Basic group.
7  *
8  * @MetatagGroup(
9  *   id = "dublin_core_basic",
10  *   label = @Translation("Dublin Core - Basic tags"),
11  *   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>."),
12  *   weight = 7
13  * )
14  */
15 class DublinCoreBasic extends GroupBase {
16   // Inherits everything from Base.
17 }