You are here

public function TeamMemberRoleInterface::getTeamRoles in Apigee Edge 8

Returns the team roles of the developer within the team.

Return value

\Drupal\apigee_edge_teams\Entity\TeamRoleInterface[] Array of team roles or an empty array if the entity is new and it has not been set yet.

1 method overrides TeamMemberRoleInterface::getTeamRoles()
TeamMemberRole::getTeamRoles in modules/apigee_edge_teams/src/Entity/TeamMemberRole.php
Returns the team roles of the developer within the team.

File

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

Class

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

Namespace

Drupal\apigee_edge_teams\Entity

Code

public function getTeamRoles() : array;