public function MetaNameBase::id in Metatag 8
Obtain the meta tag's internal ID.
Return value
string This meta tag's internal ID.
File
- src/
Plugin/ metatag/ Tag/ MetaNameBase.php, line 140
Class
- MetaNameBase
- Each meta tag will extend this base.
Namespace
Drupal\metatag\Plugin\metatag\TagCode
public function id() {
return $this->id;
}