You are here

public function GroupBase::label in Metatag 8

Get this group's human-friendly name.

Return value

string This group's human-friendly name.

File

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

Class

GroupBase
Each group will extend this base.

Namespace

Drupal\metatag\Plugin\metatag\Group

Code

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