abstract protected function BaseFieldConfigFromBase::entityType in Apigee Edge 8
The name of the entity type in Drupal.
Return value
string The entity type id.
1 call to BaseFieldConfigFromBase::entityType()
- BaseFieldConfigFromBase::buildForm in src/
Form/ BaseFieldConfigFromBase.php - Form constructor.
2 methods override BaseFieldConfigFromBase::entityType()
- DeveloperAppBaseFieldConfigForm::entityType in src/
Form/ DeveloperAppBaseFieldConfigForm.php - The name of the entity type in Drupal.
- TeamAppBaseFieldConfigForm::entityType in modules/
apigee_edge_teams/ src/ Form/ TeamAppBaseFieldConfigForm.php - The name of the entity type in Drupal.
File
- src/
Form/ BaseFieldConfigFromBase.php, line 161
Class
- BaseFieldConfigFromBase
- Base form for configuring base fields on Apigee Edge entities.
Namespace
Drupal\apigee_edge\FormCode
protected abstract function entityType() : string;