You are here

public function AdminContext::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Routing/AdminContext.php \Drupal\Core\Routing\AdminContext::__construct()

Construct a new admin context helper instance.

Parameters

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

File

core/lib/Drupal/Core/Routing/AdminContext.php, line 30
Contains \Drupal\Core\Routing\AdminContext.

Class

AdminContext
Provides a helper class to determine whether the route is an admin one.

Namespace

Drupal\Core\Routing

Code

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