You are here

public function MetaNameBase::group in Metatag 8

The meta tag group this meta tag belongs to.

Return value

string The meta tag's group name.

File

src/Plugin/metatag/Tag/MetaNameBase.php, line 180

Class

MetaNameBase
Each meta tag will extend this base.

Namespace

Drupal\metatag\Plugin\metatag\Tag

Code

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