$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. |
addTourLegacyConfig.php |
file |
core/modules/tour/tests/fixtures/addTourLegacyConfig.php |
Adds deprecated tour config for testing updates. |
AjaxCssForm::$fileUrlGenerator |
property |
core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php |
The file URL generator. |
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. |
AssertLegacyTraitTest::testAssertUrl |
function |
core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php |
@covers ::assertUrl |
AttachedAssetsTest::$fileUrlGenerator |
property |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
The file URL generator. |
BanDelete::getCancelUrl |
function |
core/modules/ban/src/Form/BanDelete.php |
Returns the route to go to if the user cancels the action. |
BaseFieldFileFormatterBase::$fileUrlGenerator |
property |
core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php |
The file URL generator. |
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. |
BrowserTestBase::$baseUrl |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
The base URL. |
BrowserTestBaseTest::testSimpleTestBaseUrlValidation |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php |
Test if setting an invalid scheme in SIMPLETEST_BASE_URL throws an exception. |
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 |
CKEditor::$fileUrlGenerator |
property |
core/modules/ckeditor/src/Plugin/Editor/CKEditor.php |
The file URL generator. |
CKEditorTest::$fileUrlGenerator |
property |
core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php |
The file URL generator. |
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. |
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. |