You are here

public function TeamContextManager::__construct in Apigee Edge 8

TeamContextManager constructor.

Parameters

\Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match.

File

modules/apigee_edge_teams/src/TeamContextManager.php, line 48

Class

TeamContextManager
Describes the `apigee_edge_teams.context_manager` service.

Namespace

Drupal\apigee_edge_teams

Code

public function __construct(RouteMatchInterface $route_match) {
  $this->routeMatch = $route_match;
}