You are here

Regulation.php in AGLS Metadata 8

File

src/Plugin/metatag/Tag/Regulation.php
View source
<?php

namespace Drupal\agls\Plugin\metatag\Tag;

use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;

/**
 * The AGLS Regulation tag.
 *
 * @MetatagTag(
 *   id = "agls_regulation",
 *   label = @Translation("Regulation"),
 *   description = @Translation("A specific regulation which requires or drives the creation or provision of the resource."),
 *   name = "AGLSTERMS.regulation",
 *   group = "agls",
 *   weight = 13,
 *   type = "label",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class Regulation extends MetaNameBase {

}

Classes

Namesort descending Description
Regulation The AGLS Regulation tag.