abstract protected function AppForm::appEntityDefinition in Apigee Edge 8
Returns the developer/team (company) app entity definition.
Return value
\Drupal\Core\Entity\EntityTypeInterface The app entity definition.
File
- src/
Entity/ Form/ AppForm.php, line 287
Class
- AppForm
- Base entity form for developer- and team (company) app create/edit forms.
Namespace
Drupal\apigee_edge\Entity\FormCode
protected abstract function appEntityDefinition() : EntityTypeInterface;