You are here

protected function DeveloperAppAliasForm::originalSingularLabel in Apigee Edge 8

Returns the original singular label of the entity.

This information can not be retrieved directly from entity annotation at this moment.

Return value

string The singular label.

Overrides EdgeEntityAliasConfigFormBase::originalSingularLabel

File

src/Form/DeveloperAppAliasForm.php, line 53

Class

DeveloperAppAliasForm
Provides a form for changing Developer App aliases.

Namespace

Drupal\apigee_edge\Form

Code

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