You are here

public function TeamInvitationNotifierInterface::sendNotificationsFor in Apigee Edge 8

Sends notification for the provided team_invitation.

Parameters

\Drupal\apigee_edge_teams\Entity\TeamInvitationInterface $team_invitation: The team_invitation entity.

Return value

bool TRUE if notifications successfully sent. FALSE otherwise.

1 method overrides TeamInvitationNotifierInterface::sendNotificationsFor()
TeamInvitationNotifierEmail::sendNotificationsFor in modules/apigee_edge_teams/src/TeamInvitationNotifierEmail.php
Sends notification for the provided team_invitation.

File

modules/apigee_edge_teams/src/TeamInvitationNotifierInterface.php, line 39

Class

TeamInvitationNotifierInterface
Defines an interface for team_invitation notifiers.

Namespace

Drupal\apigee_edge_teams

Code

public function sendNotificationsFor(TeamInvitationInterface $team_invitation) : bool;