You are here

public function MetaNameBase::isLong in Metatag 8

Whether or not this meta tag should use a text area.

Return value

bool Whether or not this meta tag should use a text area.

1 call to MetaNameBase::isLong()
MetaNameBase::form in src/Plugin/metatag/Tag/MetaNameBase.php
Generate a form element for this meta tag.

File

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

Class

MetaNameBase
Each meta tag will extend this base.

Namespace

Drupal\metatag\Plugin\metatag\Tag

Code

public function isLong() {
  return $this->long;
}