You are here

service current_route_match in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \current_route_match

Class

Drupal\Core\Routing\CurrentRouteMatch
14 string references to current_route_match
BlockLibraryController::create in core/modules/block/src/Controller/BlockLibraryController.php
Instantiates a new instance of this class.
Date::create in core/modules/views/src/Plugin/views/argument/Date.php
Creates an instance of the plugin.
Drupal::routeMatch in core/lib/Drupal.php
Retrieves the currently active route match object.
HelpBlock::create in core/modules/help/src/Plugin/Block/HelpBlock.php
Creates an instance of the plugin.
HelpController::create in core/modules/help/src/Controller/HelpController.php
Instantiates a new instance of this class.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Routing\CurrentRouteMatch
  2. arguments:
  3. - '@request_stack'