You are here

GeoRegion.php in Metatag 8

File

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

namespace Drupal\metatag\Plugin\metatag\Tag;


/**
 * Provides a plugin for the 'geo.region' meta tag.
 *
 * @MetatagTag(
 *   id = "geo_region",
 *   label = @Translation("Geographical region"),
 *   description = @Translation("A location's two-letter international country code, with an optional two-letter region, e.g. 'US-NH' for New Hampshire in the USA."),
 *   name = "geo.region",
 *   group = "advanced",
 *   weight = 0,
 *   type = "label",
 *   secure = 0,
 *   multiple = FALSE
 * )
 */
class GeoRegion extends MetaNameBase {

}

Classes

Namesort descending Description
GeoRegion Provides a plugin for the 'geo.region' meta tag.