You are here

public function AccessScheme::getPluralLabel in Workbench Access 8

Gets the scheme plural label.

Return value

string Scheme label.

Overrides AccessSchemeInterface::getPluralLabel

File

src/Entity/AccessScheme.php, line 100

Class

AccessScheme
Defines the Access scheme entity.

Namespace

Drupal\workbench_access\Entity

Code

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