$base_insecure_url |
global |
core/globals.api.php |
The insecure base URL of the Drupal installation. |
$base_secure_url |
global |
core/globals.api.php |
The secure base URL of the Drupal installation. |
$base_url |
global |
core/globals.api.php |
The base URL of the Drupal installation. |
ActionDeleteForm::getCancelUrl |
function |
core/modules/action/src/Form/ActionDeleteForm.php |
|
AddFeedTest::urlToRSSLinkPattern |
function |
core/modules/system/tests/src/Kernel/Common/AddFeedTest.php |
Creates a pattern representing the RSS feed in the page. |
AssertContentTrait::getUrl |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Get the current URL from the cURL handler. |
AssertLegacyTrait::assertUrl |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Passes if the internal browser's URL matches the given path. |
BanDelete::getCancelUrl |
function |
core/modules/ban/src/Form/BanDelete.php |
Returns the route to go to if the user cancels the action. |
BatchBuilder::$urlOptions |
property |
core/lib/Drupal/Core/Batch/BatchBuilder.php |
An array of options to be used with the redirect URL. |
BatchBuilder::setUrlOptions |
function |
core/lib/Drupal/Core/Batch/BatchBuilder.php |
Sets the options for redirect URLs. |
BatchBuilderTest::testSetUrlOptions |
function |
core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php |
Tests setUrlOptions(). |
BlockContentBlock::$urlGenerator |
property |
core/modules/block_content/src/Plugin/Block/BlockContentBlock.php |
The URL generator. |
BlockDeleteForm::getCancelUrl |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
|
BlockEntitySettingTrayForm::getRedirectUrl |
function |
core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php |
Gets the form's redirect URL from 'destination' provide in the request. |
BookRemoveForm::getCancelUrl |
function |
core/modules/book/src/Form/BookRemoveForm.php |
Returns the route to go to if the user cancels the action. |
BreakLockForm::getCancelUrl |
function |
core/modules/views_ui/src/Form/BreakLockForm.php |
Returns the route to go to if the user cancels the action. |
BrowserHtmlDebugTrait::$htmlOutputBaseUrl |
property |
core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php |
The Base URI to use for links to the output files. |
BrowserTest::testGetAbsoluteUrl |
function |
core/modules/simpletest/src/Tests/BrowserTest.php |
Test \Drupal\simpletest\WebTestBase::getAbsoluteUrl(). |
BrowserTestBase::$baseUrl |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
The base URL. |
CacheTestController::urlBubbling |
function |
core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php |
Early renders a URL to test bubbleable metadata bubbling. |
cache_context.url |
service |
core/core.services.yml |
Drupal\Core\Cache\Context\UrlCacheContext |
cache_context.url.path |
service |
core/core.services.yml |
Drupal\Core\Cache\Context\PathCacheContext |
cache_context.url.path.is_front |
service |
core/core.services.yml |
Drupal\Core\Cache\Context\IsFrontPathCacheContext |
cache_context.url.path.parent |
service |
core/core.services.yml |
Drupal\Core\Cache\Context\PathParentCacheContext |
cache_context.url.query_args |
service |
core/core.services.yml |
Drupal\Core\Cache\Context\QueryArgsCacheContext |
cache_context.url.query_args.pagers |
service |
core/core.services.yml |
Drupal\Core\Cache\Context\PagersCacheContext |
cache_context.url.site |
service |
core/core.services.yml |
Drupal\Core\Cache\Context\SiteCacheContext |
check_url |
function |
core/includes/common.inc |
Strips dangerous protocols from a URI and encodes it for output to HTML. |
CommentPermalinkFormatter::getEntityUrl |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php |
Gets the URI elements of the entity. |
ComputedFileUrl |
class |
core/modules/file/src/ComputedFileUrl.php |
Computed file URL property class. |
ComputedFileUrl.php |
file |
core/modules/file/src/ComputedFileUrl.php |
|
ComputedFileUrl::$url |
property |
core/modules/file/src/ComputedFileUrl.php |
Computed root-relative file URL. |
ComputedFileUrl::getValue |
function |
core/modules/file/src/ComputedFileUrl.php |
Gets the data value. |
ComputedFileUrl::setValue |
function |
core/modules/file/src/ComputedFileUrl.php |
Sets the data value. |
ComputedFileUrlTest |
class |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
@coversDefaultClass \Drupal\file\ComputedFileUrl |
ComputedFileUrlTest.php |
file |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
|
ComputedFileUrlTest::$testUrl |
property |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
The test URL to use. |
ComputedFileUrlTest::testGetValue |
function |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
@covers ::getValue |
ComputedFileUrlTest::testSetValue |
function |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
@covers ::setValue |
ComputedFileUrlTest::testSetValueNoNotify |
function |
core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php |
@covers ::setValue |
ConfigEntityBase::toUrl |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Gets the URL object for the entity. |
ConfigEntityBase::url |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Gets the public URL for this entity. |
ConfigEntityBase::urlInfo |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Gets the URL object for the entity. |
ConfigNamesMapperTest::$urlGenerator |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The mocked URL generator. |
ConfigSingleImportForm::getCancelUrl |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Returns the route to go to if the user cancels the action. |
ConfigTranslationDeleteForm::getCancelUrl |
function |
core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php |
Returns the route to go to if the user cancels the action. |
ConfigurableLanguageManagerTest::testUrlContentTranslationWithPreferredAdminLanguage |
function |
core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php |
Test translation with URL and Preferred Admin Language negotiators. |
ConfigurableLanguageManagerTest::testUrlContentTranslationWithSessionLanguage |
function |
core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php |
Test translation with URL and Session Language Negotiators. |
ConfirmDeleteMultiple::getCancelUrl |
function |
core/modules/comment/src/Form/ConfirmDeleteMultiple.php |
Returns the route to go to if the user cancels the action. |
ConfirmFormArrayPathTestForm::getCancelUrl |
function |
core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php |
Returns the route to go to if the user cancels the action. |