| UrlAlterFunctionalTest::assertUrlInboundAlter |
function |
core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php |
Assert that an inbound path is altered to an expected value. |
| UrlAlterFunctionalTest::assertUrlOutboundAlter |
function |
core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php |
Assert that an outbound path is altered to an expected value. |
| UrlAlterFunctionalTest::testUrlAlter |
function |
core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php |
Tests that URL altering works and that it occurs in the correct order. |
| UrlAlterTest |
class |
core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php |
Tests the capability to alter URLs. |
| UrlAlterTest.php |
file |
core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php |
|
| UrlAlterTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php |
|
| UrlAlterTest::testUrlWithQueryString |
function |
core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php |
Tests altering outbound query string. |
| UrlBubbleableMetadataBubblingTest |
class |
core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php |
Tests that URL bubbleable metadata is correctly bubbled. |
| UrlBubbleableMetadataBubblingTest.php |
file |
core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php |
|
| UrlBubbleableMetadataBubblingTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php |
|
| UrlBubbleableMetadataBubblingTest::$modules |
property |
core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php |
|
| UrlBubbleableMetadataBubblingTest::testUrlBubbleableMetadataBubbling |
function |
core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php |
Tests that URL bubbleable metadata is correctly bubbled. |
| UrlCacheContext |
class |
core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php |
Defines the UrlCacheContext service, for "per page" caching. |
| UrlCacheContext.php |
file |
core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php |
|
| UrlCacheContext::getCacheableMetadata |
function |
core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php |
|
| UrlCacheContext::getContext |
function |
core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php |
|
| UrlCacheContext::getLabel |
function |
core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php |
|
| UrlConversionTest |
class |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests for database URL to/from database connection array conversions. |
| UrlConversionTest.php |
file |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
|
| UrlConversionTest::providerConvertDbUrlToConnectionInfo |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Data provider for testDbUrlToConnectionConversion(). |
| UrlConversionTest::providerGetConnectionInfoAsUrl |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Data provider for testGetConnectionInfoAsUrl(). |
| UrlConversionTest::providerInvalidArgumentGetConnectionInfoAsUrl |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Data provider for testGetInvalidArgumentGetConnectionInfoAsUrl(). |
| UrlConversionTest::providerInvalidArgumentsUrlConversion |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Data provider for testGetInvalidArgumentExceptionInUrlConversion(). |
| UrlConversionTest::testDbUrlToConnectionConversion |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests db url to connection conversion. |
| UrlConversionTest::testDriverModuleDoesNotExist |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests driver module does not exist. |
| UrlConversionTest::testGetConnectionInfoAsUrl |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests get connection info as url. |
| UrlConversionTest::testGetInvalidArgumentExceptionInUrlConversion |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests ::convertDbUrlToConnectionInfo() exception for invalid arguments. |
| UrlConversionTest::testGetInvalidArgumentGetConnectionInfoAsUrl |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests ::getConnectionInfoAsUrl() exception for invalid arguments. |
| UrlConversionTest::testModuleDriverDoesNotExist |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests module driver does not exist. |
| UrlConversionTest::testNoModuleSpecifiedDefaultsToDriverName |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests that connection URL with no module name defaults to driver name. |
| UrlEncode |
class |
core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php |
URL-encodes the input value. |
| UrlEncode.php |
file |
core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php |
|
| UrlEncode::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php |
|
| UrlEncodeTest |
class |
core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php |
Tests Drupal\migrate\Plugin\migrate\process\UrlEncode. |
| UrlEncodeTest.php |
file |
core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php |
|
| UrlEncodeTest::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php |
|
| UrlEncodeTest::doTransform |
function |
core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php |
Perform the urlencode process plugin over the given value. |
| UrlEncodeTest::testUrls |
function |
core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php |
Cover various encoding scenarios. |
| UrlEncodeTest::urlDataProvider |
function |
core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php |
The data provider for testing URL encoding scenarios. |
| UrlGenerator |
class |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Generates URLs from route names and parameters. |
| UrlGenerator.php |
file |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
|
| UrlGenerator::$context |
property |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
|
| UrlGenerator::$decodedChars |
property |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Overrides characters that will not be percent-encoded in the path segment. |
| UrlGenerator::$pathProcessor |
property |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
The path processor to convert the system path to one suitable for URLs. |
| UrlGenerator::$provider |
property |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
The route provider. |
| UrlGenerator::$requestStack |
property |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
A request stack object. |
| UrlGenerator::$routeProcessor |
property |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
The route processor. |
| UrlGenerator::doGenerate |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Substitute the route parameters into the route path. |
| UrlGenerator::generate |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
|
| UrlGenerator::generateFromRoute |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
|