You are here

protected function DeveloperAppAliasForm::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

src/Form/DeveloperAppAliasForm.php, line 46

Class

DeveloperAppAliasForm
Provides a form for changing Developer App aliases.

Namespace

Drupal\apigee_edge\Form

Code

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