abstract protected function EdgeEntityAliasConfigFormBase::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.
1 call to EdgeEntityAliasConfigFormBase::originalPluralLabel()
- EdgeEntityAliasConfigFormBase::buildForm in src/
Form/ EdgeEntityAliasConfigFormBase.php - Form constructor.
4 methods override EdgeEntityAliasConfigFormBase::originalPluralLabel()
- ApiProductAliasForm::originalPluralLabel in src/
Form/ ApiProductAliasForm.php - Returns the original plural label of the entity.
- DeveloperAppAliasForm::originalPluralLabel in src/
Form/ DeveloperAppAliasForm.php - Returns the original plural label of the entity.
- TeamAliasForm::originalPluralLabel in modules/
apigee_edge_teams/ src/ Form/ TeamAliasForm.php - Returns the original plural label of the entity.
- TeamAppAliasForm::originalPluralLabel in modules/
apigee_edge_teams/ src/ Form/ TeamAppAliasForm.php - Returns the original plural label of the entity.
File
- src/
Form/ EdgeEntityAliasConfigFormBase.php, line 118
Class
- EdgeEntityAliasConfigFormBase
- Base form for those Apigee Edge entities that supports aliasing.
Namespace
Drupal\apigee_edge\FormCode
protected abstract function originalPluralLabel() : string;