You are here

protected property ThemeTestSubscriber::$currentRouteMatch in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php \Drupal\theme_test\EventSubscriber\ThemeTestSubscriber::currentRouteMatch

The current route match.

Type: \Drupal\Core\Routing\RouteMatchInterface

File

core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php, line 34
Contains \Drupal\theme_test\EventSubscriber\ThemeTestSubscriber.

Class

ThemeTestSubscriber
Theme test subscriber for controller requests.

Namespace

Drupal\theme_test\EventSubscriber

Code

protected $currentRouteMatch;