You are here

Agls.php in AGLS Metadata 8

File

src/Plugin/metatag/Group/Agls.php
View source
<?php

namespace Drupal\agls\Plugin\metatag\Group;

use Drupal\metatag\Plugin\metatag\Group\GroupBase;

/**
 * @MetatagGroup(
 *   id = "agls",
 *   label = @Translation("Agls"),
 *   description = @Translation("The AGLS Metadata Standard provides a set of metadata properties and associated usage guidelines to improve the visibility, manageability and interoperability of online information and services."),
 *   weight = 0
 * )
 */
class Agls extends GroupBase {

}

Classes

Namesort descending Description
Agls Plugin annotation @MetatagGroup( id = "agls", label = @Translation("Agls"), description = @Translation("The AGLS Metadata Standard provides a set of metadata properties and associated usage guidelines to improve the visibility, manageability…