You are here

public function TeamInvitationTitleProviderInterface::declineTitle in Apigee Edge 8

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

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

File

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

Class

TeamInvitationTitleProviderInterface
Provides an interface for team_invitation title provider.

Namespace

Drupal\apigee_edge_teams\Entity

Code

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