You are here

public function GroupBase::description in Metatag 8

This group object's description.

Return value

string This group's ID.

File

src/Plugin/metatag/Group/GroupBase.php, line 74

Class

GroupBase
Each group will extend this base.

Namespace

Drupal\metatag\Plugin\metatag\Group

Code

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