public function MetaNameBase::description in Metatag 8
The meta tag's description.
Return value
bool This meta tag's description.
7 calls to MetaNameBase::description()
- MetaNameBase::form in src/
Plugin/ metatag/ Tag/ MetaNameBase.php - Generate a form element for this meta tag.
- PinterestNohover::form in metatag_pinterest/
src/ Plugin/ metatag/ Tag/ PinterestNohover.php - Generate a form element for this meta tag.
- PinterestNopin::form in metatag_pinterest/
src/ Plugin/ metatag/ Tag/ PinterestNopin.php - Generate a form element for this meta tag.
- PinterestNosearch::form in metatag_pinterest/
src/ Plugin/ metatag/ Tag/ PinterestNosearch.php - Generate a form element for this meta tag.
- Referrer::form in src/
Plugin/ metatag/ Tag/ Referrer.php - Generate a form element for this meta tag.
File
- src/
Plugin/ metatag/ Tag/ MetaNameBase.php, line 160
Class
- MetaNameBase
- Each meta tag will extend this base.
Namespace
Drupal\metatag\Plugin\metatag\TagCode
public function description() {
return $this->description;
}