You are here

protected function DeveloperAppFormTrait::appOwnerEntityDefinition in Apigee Edge 8

File

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

Class

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

Namespace

Drupal\apigee_edge\Entity\Form

Code

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