service router.dumper in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/core.services.yml \router.dumper
Class
Drupal\Core\Routing\MatcherDumperTags
- backend_overridable
3 string references to router.dumper
- InstallerServiceProvider::register in core/
lib/ Drupal/ Core/ Installer/ InstallerServiceProvider.php - Registers services to the container.
- ModuleHandlerTest::register in core/
modules/ system/ tests/ src/ Kernel/ Extension/ ModuleHandlerTest.php - Registers test-specific services.
- ThemeInstallerTest::containerBuild in core/
modules/ system/ src/ Tests/ Extension/ ThemeInstallerTest.php - Sets up the base service container for this test.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Routing\MatcherDumper
- arguments:
- - '@database'
- - '@state'
- tags:
- - { name: backend_overridable }
- lazy: true