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

Class

Drupal\Core\Utility\UnroutedUrlAssembler
8 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.
LinkTest::mockUrlAssembler in core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php
Mocks the unrouted URL assembler.
RequestFormatRouteFilterTest::testNoRouteFound in core/tests/Drupal/Tests/Core/Routing/RequestFormatRouteFilterTest.php
@covers ::filter

... See full list

File

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

View source
  1. class: Drupal\Core\Utility\UnroutedUrlAssembler
  2. arguments:
  3. - '@request_stack'
  4. - '@path_processor_manager'
  5. - '%filter_protocols%'