You are here

public function TeamMemberRoleInterface::getTeam in Apigee Edge 8

Returns the team entity.

Return value

\Drupal\apigee_edge_teams\Entity\TeamInterface|null The team entity or null if the entity is new and it has not been set yet.

1 method overrides TeamMemberRoleInterface::getTeam()
TeamMemberRole::getTeam in modules/apigee_edge_teams/src/Entity/TeamMemberRole.php
Returns the team entity.

File

modules/apigee_edge_teams/src/Entity/TeamMemberRoleInterface.php, line 49

Class

TeamMemberRoleInterface
Definition of an entity that stores team member's roles within a team.

Namespace

Drupal\apigee_edge_teams\Entity

Code

public function getTeam() : ?TeamInterface;