Search for url
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Url | class | core/ |
Field handler to provide simple renderer that turns a URL into a clickable link. |
Url | class | core/ |
Provides a form element for input of a URL. |
Url | class | core/ |
Defines an object that holds information about a URL. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
TestStateBasedSectionStorage::getLayoutBuilderUrl | function | core/ |
Gets the URL used to display the Layout Builder UI. |
TestStateBasedSectionStorage::getRedirectUrl | function | core/ |
Gets the URL used when redirecting away from the Layout Builder UI. |
TestUrl | class | core/ |
|
TestUrl::setAccessManager | function | core/ |
Sets the access manager. |
ThemeExperimentalConfirmForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
TipPluginImage::$url | property | core/ |
The URL which is used for the image in this Tip. |
TipPluginImageLegacy::$url | property | core/ |
The URL which is used for the image in this Tip. |
TourHelpPageTest::getTourList | function | core/ |
Gets a list of tours to test. |
TranslationsStream::getExternalUrl | function | core/ |
Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::getExternalUrl(). |
TrustedRedirectResponse::$trustedUrls | property | core/ |
A list of trusted URLs, which are safe to redirect to. |
TrustedRedirectResponse::setTrustedTargetUrl | function | core/ |
Sets the target URL to a trusted URL. |
TrustedRedirectResponseTest::testSetTargetUrlWithInternalUrl | function | core/ |
@covers ::setTargetUrl |
TrustedRedirectResponseTest::testSetTargetUrlWithTrustedUrl | function | core/ |
@covers ::setTargetUrl |
TrustedRedirectResponseTest::testSetTargetUrlWithUntrustedUrl | function | core/ |
@covers ::setTargetUrl |
TwigExtension::$fileUrlGenerator | property | core/ |
The file URL generator. |
TwigExtension::$urlGenerator | property | core/ |
The URL generator. |
TwigExtension::getFileUrl | function | core/ |
Gets the file URL. |
TwigExtension::getUrl | function | core/ |
Generates an absolute URL given a route name and parameters. |
TwigExtension::isUrlGenerationSafe | function | core/ |
Determines at compile time whether the generated URL will be safe. |
TwigExtensionTest::$fileUrlGenerator | property | core/ |
The file URL generator mock. |
TwigExtensionTest::$urlGenerator | property | core/ |
The URL generator. |
TwigExtensionTest::testFileUrl | function | core/ |
Tests the file_url filter. |
TwigSandboxTest::testUrlSafeMethods | function | core/ |
Tests that safe methods inside Url objects can be called. |
TwigThemeTestController::fileUrlRender | function | core/ |
Renders for testing file_url functions in a Twig template. |
TwigThemeTestController::urlGeneratorRender | function | core/ |
Renders for testing url_generator functions in a Twig template. |
TwigThemeTestController::urlToStringRender | function | core/ |
Renders a URL to a string. |
twig_theme_test.file_url.html.twig | file | core/ |
<div>file_url: {{ file_url('core/modules/system/tests/modules/twig_theme_test/twig_theme_test.js') }}</div> <div>file_url: {{ file_url(undefined_variable) }}</div> |
twig_theme_test.url_generator.html.twig | file | core/ |
{# Test the url and path twig functions #} <div>path (as route) not absolute: {{ path('user.register') }}</div> <div>url (as route) absolute: {{ url('user.register') }}</div> <div>path (as route) not… |
twig_theme_test.url_to_string.html.twig | file | core/ |
<div>rendered url: {{ test_url }}</div> |
UiHelperTrait::buildUrl | function | core/ |
Builds an absolute URL from a system path or a URL object. |
UiHelperTrait::getAbsoluteUrl | function | core/ |
Takes a path and returns an absolute path. |
UiHelperTrait::getUrl | function | core/ |
Get the current URL from the browser. |
UnroutedUrlAssembler | class | core/ |
Provides a way to build external or non Drupal local domain URLs. |
UnroutedUrlAssembler.php | file | core/ |
|
UnroutedUrlAssembler::$pathProcessor | property | core/ |
The outbound path processor. |
UnroutedUrlAssembler::$requestStack | property | core/ |
A request stack object. |
UnroutedUrlAssembler::addOptionDefaults | function | core/ |
Merges in default defaults. |
UnroutedUrlAssembler::assemble | function | core/ |
This is a helper function that calls buildExternalUrl() or buildLocalUrl() based on a check of whether the path is a valid external URL. |
UnroutedUrlAssembler::buildExternalUrl | function | core/ |
|
UnroutedUrlAssembler::buildLocalUrl | function | core/ |
|
UnroutedUrlAssembler::__construct | function | core/ |
Constructs a new unroutedUrlAssembler object. |
UnroutedUrlAssemblerInterface | interface | core/ |
Provides a way to build external or non Drupal local domain URLs. |
UnroutedUrlAssemblerInterface.php | file | core/ |
|
UnroutedUrlAssemblerInterface::assemble | function | core/ |
Builds a domain-local or external URL from a URI. |
UnroutedUrlAssemblerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Utility\UnroutedUrlAssembler @group Utility |
UnroutedUrlAssemblerTest.php | file | core/ |
|
UnroutedUrlAssemblerTest::$configFactory | property | core/ |
The mocked config factory. |
UnroutedUrlAssemblerTest::$pathProcessor | property | core/ |
The mocked outbound path processor. |
UnroutedUrlAssemblerTest::$requestStack | property | core/ |
The request stack. |
UnroutedUrlAssemblerTest::$unroutedUrlAssembler | property | core/ |
The tested unrouted URL assembler. |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.