You are here

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\Tag

Code

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