public function MetaNameBase::label in Metatag 8
This meta tag's label.
Return value
string The label.
7 calls to MetaNameBase::label()
- 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 150
Class
- MetaNameBase
- Each meta tag will extend this base.
Namespace
Drupal\metatag\Plugin\metatag\TagCode
public function label() {
return $this->label;
}