You are here

service current_route_match in Drupal 8

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

Class

Drupal\Core\Routing\CurrentRouteMatch
19 string references to current_route_match
BlockLibraryController::create in core/modules/block/src/Controller/BlockLibraryController.php
Instantiates a new instance of this class.
CommentDefaultFormatter::create in core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php
Creates an instance of the plugin.
ConfigTranslationFormTest::testConfigTranslationFormAlter in core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php
Tests altering of the configuration translation forms.
ContentPreprocess::create in core/modules/content_moderation/src/ContentPreprocess.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.

... 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'