router.builder
Same name in other branches
- 9 core/core.services.yml \router.builder
- 8.9.x core/core.services.yml \router.builder
Class
Drupal\Core\Routing\RouteBuilderTags
- needs_destruction
10 string references to router.builder
- ContentTranslationPendingRevisionTestBase::enableContentModeration in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationPendingRevisionTestBase.php - Enables content moderation for the test entity type and bundle.
- EntityOperations::create in core/
modules/ content_moderation/ src/ EntityOperations.php - Instantiates a new instance of this class.
- InstallerServiceProvider::register in core/
lib/ Drupal/ Core/ Installer/ InstallerServiceProvider.php - Registers services to the container.
- LinksetControllerTestBase::rebuildIfNeeded in core/
modules/ system/ tests/ src/ Functional/ Menu/ LinksetControllerTestBase.php - Rebuild the router only if needed.
- MenuLinksetRoutes::create in core/
modules/ system/ src/ Routing/ MenuLinksetRoutes.php - Instantiates a new instance of this class.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Routing\RouteBuilder
- arguments:
- - '@router.dumper'
- - '@lock'
- - '@event_dispatcher'
- - '@module_handler'
- - '@controller_resolver'
- - '@access_manager.check_provider'
- lazy: true
- tags:
- - { name: needs_destruction }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.