You are here

public function TeamInvitationTitleProviderInterface::acceptTitle in Apigee Edge 8

Provides the accept 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 accept page.

1 method overrides TeamInvitationTitleProviderInterface::acceptTitle()
TeamInvitationTitleProvider::acceptTitle in modules/apigee_edge_teams/src/Entity/TeamInvitationTitleProvider.php
Provides the accept title for a team_invitation.

File

modules/apigee_edge_teams/src/Entity/TeamInvitationTitleProviderInterface.php, line 42

Class

TeamInvitationTitleProviderInterface
Provides an interface for team_invitation title provider.

Namespace

Drupal\apigee_edge_teams\Entity

Code

public function acceptTitle(RouteMatchInterface $route_match, EntityInterface $_entity = NULL);