You are here

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\Form

Code

protected abstract function appOwnerEntityDefinition() : EntityTypeInterface;