You are here

service router.builder in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \router.builder
  2. 10 core/core.services.yml \router.builder

Class

Drupal\Core\Routing\RouteBuilder

Tags

  • 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

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Routing\RouteBuilder
  2. arguments:
  3. - '@router.dumper'
  4. - '@lock'
  5. - '@event_dispatcher'
  6. - '@module_handler'
  7. - '@controller_resolver'
  8. - '@access_manager.check_provider'
  9. lazy: true
  10. tags:
  11. - { name: needs_destruction }