OgLongitude.php in Metatag 8
File
metatag_open_graph/src/Plugin/metatag/Tag/OgLongitude.phpView source
<?php
namespace Drupal\metatag_open_graph\Plugin\metatag\Tag;
use Drupal\metatag\Plugin\metatag\Tag\MetaPropertyBase;
/**
* Provides a plugin for the 'og:longitude' meta tag.
*
* @MetatagTag(
* id = "og_longitude",
* label = @Translation("Longitude"),
* description = @Translation(""),
* name = "place:location:longitude",
* group = "open_graph",
* weight = 16,
* type = "string",
* secure = FALSE,
* multiple = FALSE
* )
*/
class OgLongitude extends MetaPropertyBase {
}
Classes
Name | Description |
---|---|
OgLongitude | Provides a plugin for the 'og:longitude' meta tag. |