You are here

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

Code

protected abstract function appEntityDefinition() : EntityTypeInterface;