You are here

MetaHttpEquivBase.php in Metatag 8

File

src/Plugin/metatag/Tag/MetaHttpEquivBase.php
View 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

Namesort descending Description
MetaHttpEquivBase This base plugin allows "http-equiv"-style meta tags to be customized.