| UnroutedUrlAssembler::buildLocalUrl |
function |
core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php |
|
| UnroutedUrlAssembler::__construct |
function |
core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php |
Constructs a new unroutedUrlAssembler object. |
| UnroutedUrlAssemblerInterface |
interface |
core/lib/Drupal/Core/Utility/UnroutedUrlAssemblerInterface.php |
Provides a way to build external or non Drupal local domain URLs. |
| UnroutedUrlAssemblerInterface.php |
file |
core/lib/Drupal/Core/Utility/UnroutedUrlAssemblerInterface.php |
|
| UnroutedUrlAssemblerInterface::assemble |
function |
core/lib/Drupal/Core/Utility/UnroutedUrlAssemblerInterface.php |
Builds a domain-local or external URL from a URI. |
| UnroutedUrlAssemblerTest |
class |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
Tests Drupal\Core\Utility\UnroutedUrlAssembler. |
| UnroutedUrlAssemblerTest.php |
file |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
|
| UnroutedUrlAssemblerTest::$configFactory |
property |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
The mocked config factory. |
| UnroutedUrlAssemblerTest::$pathProcessor |
property |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
The mocked outbound path processor. |
| UnroutedUrlAssemblerTest::$requestStack |
property |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
The request stack. |
| UnroutedUrlAssemblerTest::$unroutedUrlAssembler |
property |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
The tested unrouted URL assembler. |
| UnroutedUrlAssemblerTest::providerTestAssembleWithExternalUrl |
function |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
Provides test data for testAssembleWithExternalUrl. |
| UnroutedUrlAssemblerTest::providerTestAssembleWithLocalUri |
function |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
|
| UnroutedUrlAssemblerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
|
| UnroutedUrlAssemblerTest::setupRequestStack |
function |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
Setups the request stack for a given subdir. |
| UnroutedUrlAssemblerTest::testAssembleExternalUrls |
function |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
Tests external URLs are only processed if necessary. |
| UnroutedUrlAssemblerTest::testAssembleWithEnabledProcessing |
function |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
Tests assemble with enabled processing. |
| UnroutedUrlAssemblerTest::testAssembleWithExternalUrl |
function |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
Tests assemble with external url. |
| UnroutedUrlAssemblerTest::testAssembleWithLeadingSlash |
function |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
Tests assemble with leading slash. |
| UnroutedUrlAssemblerTest::testAssembleWithLocalUri |
function |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
Tests assemble with local uri. |
| UnroutedUrlAssemblerTest::testAssembleWithNeitherExternalNorDomainLocalUri |
function |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
Tests assemble with neither external nor domain local uri. |
| UnroutedUrlAssemblerTest::testAssembleWithNotEnabledProcessing |
function |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
Tests assemble with not enabled processing. |
| UnroutedUrlAssemblerTest::testAssembleWithStartingSlashEnabledProcessing |
function |
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php |
Tests assemble with starting slash enabled processing. |
| UnroutedUrlTest |
class |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests Drupal\Core\Url. |
| UnroutedUrlTest.php |
file |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
|
| UnroutedUrlTest::$router |
property |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
The router. |
| UnroutedUrlTest::$unroutedExternal |
property |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
An unrouted, external URL to test. |
| UnroutedUrlTest::$unroutedInternal |
property |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
An unrouted, internal URL to test. |
| UnroutedUrlTest::$urlAssembler |
property |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
The URL assembler. |
| UnroutedUrlTest::providerFromInvalidUri |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Data provider for testFromInvalidUri(). |
| UnroutedUrlTest::providerFromUri |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Data provider for testFromUri(). |
| UnroutedUrlTest::setUp |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
|
| UnroutedUrlTest::testCreateFromRequest |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the createFromRequest method. |
| UnroutedUrlTest::testFromInvalidUri |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the fromUri() method. |
| UnroutedUrlTest::testFromUri |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the fromUri() method. |
| UnroutedUrlTest::testGetInternalPath |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the getInternalPath() method. |
| UnroutedUrlTest::testGetOptions |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the getOptions() method. |
| UnroutedUrlTest::testGetRouteName |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the getRouteName() method. |
| UnroutedUrlTest::testGetRouteParameters |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the getRouteParameters() method. |
| UnroutedUrlTest::testGetUri |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the getPath() method. |
| UnroutedUrlTest::testIsExternal |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the isExternal() method. |
| UnroutedUrlTest::testToString |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the toString() method. |
| unrouted_url_assembler |
service |
core/core.services.yml |
Drupal\Core\Utility\UnroutedUrlAssembler |
| UnsupportedRouteAttributePropertiesTest |
class |
core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php |
Tests \Drupal\Core\Routing\AttributeRouteDiscovery. |
| UnsupportedRouteAttributePropertiesTest.php |
file |
core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php |
|
| UnsupportedRouteAttributePropertiesTest::providerTestException |
function |
core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php |
|
| UnsupportedRouteAttributePropertiesTest::testException |
function |
core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php |
@legacy-covers ::createRouteCollection |
| UnsupportedRouteAttributePropertyException |
class |
core/lib/Drupal/Core/Routing/UnsupportedRouteAttributePropertyException.php |
Thrown when using unsupported route attribute properties. |
| UnsupportedRouteAttributePropertyException.php |
file |
core/lib/Drupal/Core/Routing/UnsupportedRouteAttributePropertyException.php |
|
| UpdateLocalTasksTest::getUpdateReportRoutes |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Provides a list of report routes to test. |