You are here

protected function TeamAppFormTrait::appEntityDefinition in Apigee Edge 8

File

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

Class

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

Namespace

Drupal\apigee_edge_teams\Entity\Form

Code

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