You are here

public function TeamPermission::getLabel in Apigee Edge 8

Returns the human readable name of the team permission.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The human readable name of the permission.

File

modules/apigee_edge_teams/src/Structure/TeamPermission.php, line 97

Class

TeamPermission
Describes a team permission.

Namespace

Drupal\apigee_edge_teams\Structure

Code

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