public function MetaNameBase::value in Metatag 8
Obtain the current meta tag's raw value.
Return value
string The current raw meta tag value.
3 calls to MetaNameBase::value()
- MetaNameBase::form in src/
Plugin/ metatag/ Tag/ MetaNameBase.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.
- TwitterCardsType::form in metatag_twitter_cards/
src/ Plugin/ metatag/ Tag/ TwitterCardsType.php - Generate a form element for this meta tag.
File
- src/
Plugin/ metatag/ Tag/ MetaNameBase.php, line 302
Class
- MetaNameBase
- Each meta tag will extend this base.
Namespace
Drupal\metatag\Plugin\metatag\TagCode
public function value() {
return $this->value;
}