You are here

protected function TeamAppAliasForm::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/TeamAppAliasForm.php, line 49

Class

TeamAppAliasForm
Provides a form for changing Team app aliases.

Namespace

Drupal\apigee_edge_teams\Form

Code

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