You are here

protected function TeamAppFormTrait::appOwnerEntityDefinition in Apigee Edge 8

File

modules/apigee_edge_teams/src/Entity/Form/TeamAppFormTrait.php, line 88

Class

TeamAppFormTrait
Helper trait that contains team app (create/edit) form specific tweaks.

Namespace

Drupal\apigee_edge_teams\Entity\Form

Code

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