protected function ApiProductAliasForm::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/ ApiProductAliasForm.php, line 53
Class
- ApiProductAliasForm
- Provides a form for changing API Product entity labels.
Namespace
Drupal\apigee_edge\FormCode
protected function originalSingularLabel() : string {
return $this
->t('API');
}