You are here

public function TeamInvitationInterface::setExpiryTime in Apigee Edge 8

Sets the expiry time of the invitation.

Parameters

int $expiry_time: The expiry time.

Return value

\Drupal\apigee_edge_teams\Entity\TeamInvitationInterface The invitation.

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

File

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

Class

TeamInvitationInterface
Provides an interface for defining invitation entities.

Namespace

Drupal\apigee_edge_teams\Entity

Code

public function setExpiryTime(int $expiry_time) : self;