Search for url
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Url | class | core/ |
Field handler to provide a 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 |
|---|---|---|---|
| system_authorized_get_url | function | core/ |
Return the URL for the authorize.php script. |
| TemporaryStream::getExternalUrl | function | core/ |
Returns a web accessible URL for the resource. |
| TermAutocompleteTest::$autocompleteUrl | property | core/ |
The autocomplete URL to call. |
| TermDeleteForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| TermDeleteForm::getRedirectUrl | function | core/ |
Returns the URL where the user should be redirected after deletion. |
| TestActionConfirmForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| TestSiteInstallCommand::$baseUrl | property | core/ |
The base URL. |
| 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/ |
URL information holder with overridden access manager for testing. |
| TestUrl::setAccessManager | function | core/ |
Sets the access manager. |
| ThemeExperimentalConfirmForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| TranslationsStream::getExternalUrl | function | core/ |
phpcs:ignore Drupal.Files.LineLength 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/ |
Tests set target url with internal url. |
| TrustedRedirectResponseTest::testSetTargetUrlWithTrustedUrl | function | core/ |
Tests set target url with trusted url. |
| TrustedRedirectResponseTest::testSetTargetUrlWithUntrustedUrl | function | core/ |
Tests set target url with untrusted url. |
| 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/js/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/ |
Tests Drupal\Core\Utility\UnroutedUrlAssembler. |
| UnroutedUrlAssemblerTest.php | file | core/ |
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.