| Url::toUriString |
function |
core/lib/Drupal/Core/Url.php |
Generates a URI string that represents the data in the Url object. |
| Url::trustedCallbacks |
function |
core/lib/Drupal/Core/Url.php |
Lists the trusted callbacks provided by the implementing class. |
| Url::unroutedUrlAssembler |
function |
core/lib/Drupal/Core/Url.php |
Gets the unrouted URL assembler for non-Drupal URLs. |
| Url::urlGenerator |
function |
core/lib/Drupal/Core/Url.php |
Gets the URL generator. |
| Url::validateUrl |
function |
core/lib/Drupal/Core/Render/Element/Url.php |
Form element validation handler for #type 'url'. |
| Url::__construct |
function |
core/lib/Drupal/Core/Url.php |
Constructs a new Url object. |
| UrlAlias |
class |
core/modules/path/src/Plugin/migrate/source/d6/UrlAlias.php |
Drupal 6 URL aliases source from database. |
| UrlAlias |
class |
core/modules/path/src/Plugin/migrate/source/d7/UrlAlias.php |
Drupal 7 URL aliases source from database. |
| UrlAlias.php |
file |
core/modules/path/src/Plugin/migrate/source/d6/UrlAlias.php |
|
| UrlAlias.php |
file |
core/modules/path/src/Plugin/migrate/source/d7/UrlAlias.php |
|
| UrlAlias::fields |
function |
core/modules/path/src/Plugin/migrate/source/d6/UrlAlias.php |
Returns available fields on the source. |
| UrlAlias::fields |
function |
core/modules/path/src/Plugin/migrate/source/d7/UrlAlias.php |
Returns available fields on the source. |
| UrlAliasBase |
class |
core/modules/path/src/Plugin/migrate/source/UrlAliasBase.php |
Base class for the url_alias source plugins. |
| UrlAliasBase.php |
file |
core/modules/path/src/Plugin/migrate/source/UrlAliasBase.php |
|
| UrlAliasBase::fields |
function |
core/modules/path/src/Plugin/migrate/source/UrlAliasBase.php |
Returns available fields on the source. |
| UrlAliasBase::getIds |
function |
core/modules/path/src/Plugin/migrate/source/UrlAliasBase.php |
Defines the source fields uniquely identifying a source row. |
| UrlAliasBase::query |
function |
core/modules/path/src/Plugin/migrate/source/UrlAliasBase.php |
|
| UrlAliasTest |
class |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php |
Tests the d6_url_alias source plugin. |
| UrlAliasTest |
class |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php |
Tests the d7_url_alias source plugin. |
| UrlAliasTest.php |
file |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php |
|
| UrlAliasTest.php |
file |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php |
|
| UrlAliasTest::$modules |
property |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php |
Modules to install. |
| UrlAliasTest::$modules |
property |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php |
Modules to install. |
| UrlAliasTest::providerSource |
function |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php |
|
| UrlAliasTest::providerSource |
function |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php |
|
| UrlAlterFunctionalTest |
class |
core/modules/forum/tests/src/Functional/UrlAlterFunctionalTest.php |
Tests altering the inbound path and the outbound path. |
| UrlAlterFunctionalTest |
class |
core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php |
Tests altering the inbound path and the outbound path. |
| UrlAlterFunctionalTest.php |
file |
core/modules/forum/tests/src/Functional/UrlAlterFunctionalTest.php |
|
| UrlAlterFunctionalTest.php |
file |
core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php |
|
| UrlAlterFunctionalTest::$defaultTheme |
property |
core/modules/forum/tests/src/Functional/UrlAlterFunctionalTest.php |
The theme to install as the default for testing. |
| UrlAlterFunctionalTest::$defaultTheme |
property |
core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php |
The theme to install as the default for testing. |
| UrlAlterFunctionalTest::$modules |
property |
core/modules/forum/tests/src/Functional/UrlAlterFunctionalTest.php |
Modules to enable. |
| UrlAlterFunctionalTest::$modules |
property |
core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php |
Modules to install. |
| UrlAlterFunctionalTest::assertUrlInboundAlter |
function |
core/modules/forum/tests/src/Functional/UrlAlterFunctionalTest.php |
Assert that an inbound path is altered to an expected value. |
| 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/forum/tests/src/Functional/UrlAlterFunctionalTest.php |
Assert that an outbound 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/forum/tests/src/Functional/UrlAlterFunctionalTest.php |
Tests that URL altering works and that it occurs in the correct order. |
| 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 |
Modules to install. |
| UrlAlterTest::testUrlWithQueryString |
function |
core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php |
|
| 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 |
The theme to install as the default for testing. |
| UrlBubbleableMetadataBubblingTest::$modules |
property |
core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php |
Modules to install. |
| UrlBubbleableMetadataBubblingTest::setUp |
function |
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. |