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