You are here

protected function TeamAliasForm::entityTypeName in Apigee Edge 8

Returns the human readable name of the entity.

Return value

string The name of the entity.

Overrides EdgeEntityAliasConfigFormBase::entityTypeName

File

modules/apigee_edge_teams/src/Form/TeamAliasForm.php, line 49

Class

TeamAliasForm
Provides a form for changing Team aliases.

Namespace

Drupal\apigee_edge_teams\Form

Code

protected function entityTypeName() : string {
  return $this
    ->t('Team');
}