Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \router.route_provider
  2. 9 core/core.services.yml \router.route_provider

Class

Drupal\Core\Routing\RouteProvider

Tags

  • backend_overridable
28 string references to router.route_provider
CollectRoutesTest::setUp in core/modules/rest/tests/src/Unit/CollectRoutesTest.php
ConfigEntityMapper::create in core/modules/config_translation/src/ConfigEntityMapper.php
Creates an instance of the plugin.
ConfigNamesMapper::create in core/modules/config_translation/src/ConfigNamesMapper.php
Creates an instance of the plugin.
entity_test_entity_operation_alter in core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_entity_operation_alter().
HelpEmptyPageTest::testEmptyHookHelp in core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php
Ensures that no URL generator is called on a page without hook_help().

... See full list

File

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

View source
  1. class: Drupal\Core\Routing\RouteProvider
  2. arguments:
  3. - '@database'
  4. - '@state'
  5. - '@path.current'
  6. - '@cache.data'
  7. - '@path_processor_manager'
  8. - '@cache_tags.invalidator'
  9. - router
  10. - '@language_manager'
  11. tags:
  12. - { name: backend_overridable }