Url::fromUri |
function |
core/lib/Drupal/Core/Url.php |
Creates a new Url object from a URI. |
Url::fromUserInput |
function |
core/lib/Drupal/Core/Url.php |
Creates a Url object for a relative URI reference submitted by user input. |
Url::getInfo |
function |
core/lib/Drupal/Core/Render/Element/Url.php |
Returns the element properties for this element. |
Url::getInternalPath |
function |
core/lib/Drupal/Core/Url.php |
Returns the internal path (system path) for this route. |
Url::getOption |
function |
core/lib/Drupal/Core/Url.php |
Gets a specific option. |
Url::getOptions |
function |
core/lib/Drupal/Core/Url.php |
Returns the URL options. |
Url::getRouteName |
function |
core/lib/Drupal/Core/Url.php |
Returns the route name. |
Url::getRouteParameters |
function |
core/lib/Drupal/Core/Url.php |
Returns the route parameters. |
Url::getUri |
function |
core/lib/Drupal/Core/Url.php |
Returns the URI value for this Url object. |
Url::isExternal |
function |
core/lib/Drupal/Core/Url.php |
Indicates if this Url is external. |
Url::isRouted |
function |
core/lib/Drupal/Core/Url.php |
Indicates if this Url has a Drupal route. |
Url::mergeOptions |
function |
core/lib/Drupal/Core/Url.php |
Merges the URL options with any currently set. |
Url::preRenderUrl |
function |
core/lib/Drupal/Core/Render/Element/Url.php |
Prepares a #type 'url' render element for input.html.twig. |
Url::render |
function |
core/modules/views/src/Plugin/views/field/Url.php |
Renders the field. |
Url::renderAccess |
function |
core/lib/Drupal/Core/Url.php |
Checks a Url render element against applicable access check services. |
Url::setAbsolute |
function |
core/lib/Drupal/Core/Url.php |
Sets the value of the absolute option for this Url. |
Url::setOption |
function |
core/lib/Drupal/Core/Url.php |
Sets a specific option. |
Url::setOptions |
function |
core/lib/Drupal/Core/Url.php |
Sets the URL options. |
Url::setRouteParameter |
function |
core/lib/Drupal/Core/Url.php |
Sets a specific route parameter. |
Url::setRouteParameters |
function |
core/lib/Drupal/Core/Url.php |
Sets the route parameters. |
Url::setUnrouted |
function |
core/lib/Drupal/Core/Url.php |
Sets this Url to encapsulate an unrouted URI. |
Url::setUnroutedUrlAssembler |
function |
core/lib/Drupal/Core/Url.php |
Sets the unrouted URL assembler. |
Url::setUrlGenerator |
function |
core/lib/Drupal/Core/Url.php |
Sets the URL generator. |
Url::toRenderArray |
function |
core/lib/Drupal/Core/Url.php |
Returns the route information for a render array. |
Url::toString |
function |
core/lib/Drupal/Core/Url.php |
Generates the string URL representation for this Url object. |
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/destination/UrlAlias.php |
Legacy destination class for non-entity path aliases. |
UrlAlias |
class |
core/modules/path/src/Plugin/migrate/source/d6/UrlAlias.php |
URL aliases source from database. |
UrlAlias |
class |
core/modules/path/src/Plugin/migrate/source/d7/UrlAlias.php |
URL aliases source from database. |
UrlAlias.php |
file |
core/modules/path/src/Plugin/migrate/destination/UrlAlias.php |
|
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. |
UrlAlias::getEntityTypeId |
function |
core/modules/path/src/Plugin/migrate/destination/UrlAlias.php |
Finds the entity type from configuration or plugin ID. |
UrlAlias::import |
function |
core/modules/path/src/Plugin/migrate/destination/UrlAlias.php |
Import the row. |
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 |
|
UrlAliasLanguage |
class |
core/modules/path/src/Plugin/migrate/process/d6/UrlAliasLanguage.php |
Url alias language code process. |
UrlAliasLanguage.php |
file |
core/modules/path/src/Plugin/migrate/process/d6/UrlAliasLanguage.php |
|
UrlAliasLanguage::transform |
function |
core/modules/path/src/Plugin/migrate/process/d6/UrlAliasLanguage.php |
Performs the associated process. |
UrlAliasTest |
class |
core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php |
Tests the d6_url_alias source plugin. |