router.builder
Same name in other branches
- 8.9.x core/core.services.yml \router.builder
- 10 core/core.services.yml \router.builder
Class
Drupal\Core\Routing\RouteBuilderTags
- needs_destruction
8 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.
- LinkUriTest::doTransform in core/
modules/ menu_link_content/ tests/ src/ Kernel/ Plugin/ migrate/ process/ LinkUriTest.php - Transforms a link path into an 'internal:' or 'entity:' URI.
- ModerationRevisionRevertTest::setUp in core/
modules/ content_moderation/ tests/ src/ Functional/ ModerationRevisionRevertTest.php
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.