You are here

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

Class

ApiProductAliasForm
Provides a form for changing API Product entity labels.

Namespace

Drupal\apigee_edge\Form

Code

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