You are here

protected property AdminContext::$routeMatch in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Routing/AdminContext.php \Drupal\Core\Routing\AdminContext::routeMatch

The route match.

Type: \Drupal\Core\Routing\RouteMatchInterface

File

core/lib/Drupal/Core/Routing/AdminContext.php, line 22
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

protected $routeMatch;