MetaPropertyBase.php in Metatag 8
Namespace
Drupal\metatag\Plugin\metatag\TagFile
src/Plugin/metatag/Tag/MetaPropertyBase.phpView source
<?php
namespace Drupal\metatag\Plugin\metatag\Tag;
/**
* This base plugin allows "property"-style meta tags tobe customized.
*
* Used with e.g. the Open Graph tags.
*/
abstract class MetaPropertyBase extends MetaNameBase {
/**
* {@inheritdoc}
*/
protected $nameAttribute = 'property';
}
Classes
Name | Description |
---|---|
MetaPropertyBase | This base plugin allows "property"-style meta tags tobe customized. |