protected function TeamAppAliasForm::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
- modules/
apigee_edge_teams/ src/ Form/ TeamAppAliasForm.php, line 63
Class
- TeamAppAliasForm
- Provides a form for changing Team app aliases.
Namespace
Drupal\apigee_edge_teams\FormCode
protected function originalPluralLabel() : string {
return $this
->t('Team Apps');
}