You are here

abstract protected function EdgeEntityAliasConfigFormBase::entityTypeName in Apigee Edge 8

Returns the human readable name of the entity.

Return value

string The name of the entity.

1 call to EdgeEntityAliasConfigFormBase::entityTypeName()
EdgeEntityAliasConfigFormBase::buildForm in src/Form/EdgeEntityAliasConfigFormBase.php
Form constructor.
4 methods override EdgeEntityAliasConfigFormBase::entityTypeName()
ApiProductAliasForm::entityTypeName in src/Form/ApiProductAliasForm.php
Returns the human readable name of the entity.
DeveloperAppAliasForm::entityTypeName in src/Form/DeveloperAppAliasForm.php
Returns the human readable name of the entity.
TeamAliasForm::entityTypeName in modules/apigee_edge_teams/src/Form/TeamAliasForm.php
Returns the human readable name of the entity.
TeamAppAliasForm::entityTypeName in modules/apigee_edge_teams/src/Form/TeamAppAliasForm.php
Returns the human readable name of the entity.

File

src/Form/EdgeEntityAliasConfigFormBase.php, line 96

Class

EdgeEntityAliasConfigFormBase
Base form for those Apigee Edge entities that supports aliasing.

Namespace

Drupal\apigee_edge\Form

Code

protected abstract function entityTypeName() : string;