You are here

service router in Zircon Profile 8

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

Class

Drupal\Core\Routing\AccessAwareRouter
66 string references to router
AttachedAssetsTest::setUp in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Performs setup tasks before each individual test method is run.
BreakpointDiscoveryTest::setUp in core/modules/breakpoint/src/Tests/BreakpointDiscoveryTest.php
Performs setup tasks before each individual test method is run.
CommentDefaultFormatterCacheTagsTest::setUp in core/modules/comment/src/Tests/CommentDefaultFormatterCacheTagsTest.php
Performs setup tasks before each individual test method is run.
ConfigInstallTest::setUp in core/modules/config/src/Tests/ConfigInstallTest.php
Performs setup tasks before each individual test method is run.
ConfigTranslationController::create in core/modules/config_translation/src/Controller/ConfigTranslationController.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\AccessAwareRouter
  2. arguments:
  3. - '@router.no_access_checks'
  4. - '@access_manager'
  5. - '@current_user'