service router in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/core.services.yml \router
Class
Drupal\Core\Routing\AccessAwareRouter66 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.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Routing\AccessAwareRouter
- arguments:
- - '@router.no_access_checks'
- - '@access_manager'
- - '@current_user'