unrouted_url_assembler
Same name in other branches
- 9 core/core.services.yml \unrouted_url_assembler
- 8.9.x core/core.services.yml \unrouted_url_assembler
Class
Drupal\Core\Utility\UnroutedUrlAssembler9 string references to unrouted_url_assembler
- FieldPluginBaseTest::setUp in core/
modules/ views/ tests/ src/ Unit/ Plugin/ field/ FieldPluginBaseTest.php - FieldPluginBaseTest::setUpUrlIntegrationServices in core/
modules/ views/ tests/ src/ Unit/ Plugin/ field/ FieldPluginBaseTest.php - Sets up the unrouted URL assembler and the link generator.
- FormSubmitterTest::testRedirectWithoutResult in core/
tests/ Drupal/ Tests/ Core/ Form/ FormSubmitterTest.php - Tests the redirectForm() method when no redirect is expected.
- GotoAction::create in core/
lib/ Drupal/ Core/ Action/ Plugin/ Action/ GotoAction.php - Creates an instance of the plugin.
- LinkTest::mockUrlAssembler in core/
modules/ jsonapi/ tests/ src/ Unit/ JsonApiResource/ LinkTest.php - Mocks the unrouted URL assembler.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Utility\UnroutedUrlAssembler
- arguments:
- - '@request_stack'
- - '@path_processor_manager'
- - '%filter_protocols%'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.