You are here

public function MetaNameBase::isActive in Metatag 8

Whether or not this meta tag is active.

Return value

bool Whether this meta tag has been enabled.

File

src/Plugin/metatag/Tag/MetaNameBase.php, line 250

Class

MetaNameBase
Each meta tag will extend this base.

Namespace

Drupal\metatag\Plugin\metatag\Tag

Code

public function isActive() {
  return TRUE;
}