You are here

public function TeamInvitationInterface::setTeam in Apigee Edge 8

Sets the team of the invitation.

Parameters

\Drupal\apigee_edge_teams\Entity\TeamInterface $team: The team entity.

Return value

\Drupal\apigee_edge_teams\Entity\TeamInvitationInterface The invitation.

1 method overrides TeamInvitationInterface::setTeam()
TeamInvitation::setTeam in modules/apigee_edge_teams/src/Entity/TeamInvitation.php
Sets the team of the invitation.

File

modules/apigee_edge_teams/src/Entity/TeamInvitationInterface.php, line 87

Class

TeamInvitationInterface
Provides an interface for defining invitation entities.

Namespace

Drupal\apigee_edge_teams\Entity

Code

public function setTeam(TeamInterface $team) : self;