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