Search for url
- Search 7.x for url
- Search 9.5.x for url
- Search 8.9.x for url
- Search 10.3.x for url
- Search 11.x for url
- Other projects
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 |
|---|---|---|---|
| SessionHttpsTest::httpsUrl | function | core/ |
Builds a URL for submitting a mock HTTPS request to HTTP test environments. |
| SessionHttpsTest::httpUrl | function | core/ |
Builds a URL for submitting a mock HTTP request to HTTPS test environments. |
| SetBrowserUrl | class | core/ |
AJAX command that sets the browser URL without refreshing the page. |
| SetBrowserUrl.php | file | core/ |
|
| SetBrowserUrl::render | function | core/ |
|
| SetBrowserUrl::__construct | function | core/ |
Constructs a new command instance. |
| SetFormCommand::$url | property | core/ |
The URL of the form. |
| Shortcut::getUrl | function | core/ |
|
| ShortcutDeleteForm::getCancelUrl | function | core/ |
|
| ShortcutDeleteForm::getRedirectUrl | function | core/ |
|
| ShortcutInterface::getUrl | function | core/ |
Returns the URL object pointing to the configured route. |
| SimpleConfigSectionStorage::getLayoutBuilderUrl | function | core/ |
|
| SimpleConfigSectionStorage::getRedirectUrl | function | core/ |
|
| StreamWrapperInterface::getExternalUrl | function | core/ |
Returns a web accessible URL for the resource. |
| StringFormatter::getEntityUrl | function | core/ |
Gets the URI elements of the entity. |
| SwitchToLiveForm::getCancelUrl | function | core/ |
|
| TemporaryStream::getExternalUrl | function | core/ |
|
| TermAutocompleteTest::$autocompleteUrl | property | core/ |
The autocomplete URL to call. |
| TermDeleteForm::getCancelUrl | function | core/ |
|
| TermDeleteForm::getRedirectUrl | function | core/ |
|
| TestActionConfirmForm::getCancelUrl | function | core/ |
|
| TestSiteInstallCommand::$baseUrl | property | core/ |
The base URL. |
| TestStateBasedSectionStorage::getLayoutBuilderUrl | function | core/ |
|
| TestStateBasedSectionStorage::getRedirectUrl | function | core/ |
|
| TestUrl | class | core/ |
URL information holder with overridden access manager for testing. |
| TestUrl::setAccessManager | function | core/ |
Sets the access manager. |
| ThemeExperimentalConfirmForm::getCancelUrl | function | core/ |
|
| ThemeUninstallConfirmForm::getCancelUrl | function | core/ |
|
| 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. |
| TwigExtensionTest::$urlGenerator | property | core/ |
The URL generator. |
| TwigExtensionTest::setUpMockFileUrlGenerator | function | core/ |
Reinitializes the file URL generator as a mock object. |
| 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> |
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.