router.route_provider
Same name in other branches
- 8.9.x core/core.services.yml \router.route_provider
- 10 core/core.services.yml \router.route_provider
Class
Drupal\Core\Routing\RouteProviderTags
- event_subscriber
- backend_overridable
27 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.
- Feed::create in core/
modules/ views/ src/ Plugin/ views/ display/ Feed.php - Creates an instance of the plugin.
- FieldUiLocalAction::create in core/
modules/ field_ui/ src/ Plugin/ Derivative/ FieldUiLocalAction.php - Creates a new class instance.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Routing\RouteProvider
- arguments:
- - '@database'
- - '@state'
- - '@path.current'
- - '@cache.data'
- - '@path_processor_manager'
- - '@cache_tags.invalidator'
- - router
- - '@language_manager'
- tags:
- - { name: event_subscriber }
- - { name: backend_overridable }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.