You are here

Spatial.php in Metatag 8

File

metatag_dc_advanced/src/Plugin/metatag/Tag/Spatial.php
View source
<?php

namespace Drupal\metatag_dc_advanced\Plugin\metatag\Tag;

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

/**
 * The Dublin Core "spatial" meta tag.
 *
 * @MetatagTag(
 *   id = "dcterms_spatial",
 *   label = @Translation("Spatial Coverage"),
 *   description = @Translation("Spatial characteristics of the resource."),
 *   name = "dcterms.spatial",
 *   group = "dublin_core_advanced",
 *   weight = 6,
 *   type = "label",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class Spatial extends MetaNameBase {

}

Classes

Namesort descending Description
Spatial The Dublin Core "spatial" meta tag.