public function TeamInvitationTitleProviderInterface::resendTitle in Apigee Edge 8
Provides the resend title for a team_invitation.
Parameters
\Drupal\Core\Routing\RouteMatchInterface $route_match: The route match.
\Drupal\Core\Entity\EntityInterface $_entity: (optional) An entity, passed in directly from the request attributes.
Return value
string|null The title for the entity resend page.
1 method overrides TeamInvitationTitleProviderInterface::resendTitle()
- TeamInvitationTitleProvider::resendTitle in modules/
apigee_edge_teams/ src/ Entity/ TeamInvitationTitleProvider.php - Provides the resend title for a team_invitation.
File
- modules/
apigee_edge_teams/ src/ Entity/ TeamInvitationTitleProviderInterface.php, line 68
Class
- TeamInvitationTitleProviderInterface
- Provides an interface for team_invitation title provider.
Namespace
Drupal\apigee_edge_teams\EntityCode
public function resendTitle(RouteMatchInterface $route_match, EntityInterface $_entity = NULL);