OgRegion.php in Metatag 8
File
metatag_open_graph/src/Plugin/metatag/Tag/OgRegion.phpView source
<?php
namespace Drupal\metatag_open_graph\Plugin\metatag\Tag;
use Drupal\metatag\Plugin\metatag\Tag\MetaPropertyBase;
/**
* Provides a plugin for the 'og:region' meta tag.
*
* @MetatagTag(
* id = "og_region",
* label = @Translation("Region"),
* description = @Translation(""),
* name = "og:region",
* group = "open_graph",
* weight = 20,
* type = "label",
* secure = FALSE,
* multiple = FALSE
* )
*/
class OgRegion extends MetaPropertyBase {
}