You are here

protected function DeveloperAppFormTrait::appEntityDefinition in Apigee Edge 8

File

src/Entity/Form/DeveloperAppFormTrait.php, line 90

Class

DeveloperAppFormTrait
Helper trait that contains developer app (create/edit) form specific tweaks.

Namespace

Drupal\apigee_edge\Entity\Form

Code

protected function appEntityDefinition() : EntityTypeInterface {
  return $this
    ->getEntityTypeManager()
    ->getDefinition('developer_app');
}