You are here

Act.php in AGLS Metadata 8

File

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

namespace Drupal\agls\Plugin\metatag\Tag;

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

/**
 * The AGLS act tag.
 *
 * @MetatagTag(
 *   id = "agls_act",
 *   label = @Translation("ACT"),
 *   description = @Translation("A specific piece of legislation which requires or drives the creation or provision of the resource."),
 *   name = "AGLSTERMS.act",
 *   group = "agls",
 *   weight = 0,
 *   type = "label",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class Act extends MetaNameBase {

}

Classes

Namesort descending Description
Act The AGLS act tag.