protected function DeveloperAppAliasForm::originalPluralLabel in Apigee Edge 8
Returns the original plural label of the entity.
This information can not be retrieved directly from entity annotation at this moment.
Return value
string The plural label.
Overrides EdgeEntityAliasConfigFormBase::originalPluralLabel
File
- src/
Form/ DeveloperAppAliasForm.php, line 60
Class
- DeveloperAppAliasForm
- Provides a form for changing Developer App aliases.
Namespace
Drupal\apigee_edge\FormCode
protected function originalPluralLabel() : string {
return $this
->t('Apps');
}