public function GroupBase::id in Metatag 8
Get this group's internal ID.
Return value
string This group's ID.
File
- src/
Plugin/ metatag/ Group/ GroupBase.php, line 54
Class
- GroupBase
- Each group will extend this base.
Namespace
Drupal\metatag\Plugin\metatag\GroupCode
public function id() {
return $this->id;
}