public function TeamMemberRoleInterface::getDeveloper in Apigee Edge 8
Returns the developer's user entity.
Return value
\Drupal\user\UserInterface|null The developer's user entity or null if the entity is new and it has not been set yet.
1 method overrides TeamMemberRoleInterface::getDeveloper()
- TeamMemberRole::getDeveloper in modules/
apigee_edge_teams/ src/ Entity/ TeamMemberRole.php - Returns the developer's user entity.
File
- modules/
apigee_edge_teams/ src/ Entity/ TeamMemberRoleInterface.php, line 40
Class
- TeamMemberRoleInterface
- Definition of an entity that stores team member's roles within a team.
Namespace
Drupal\apigee_edge_teams\EntityCode
public function getDeveloper() : ?UserInterface;