| ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivate |
function |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Tests an image style URL using the "private://" scheme. |
| ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivateLanguage |
function |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Tests an image style URL with the "private://" schema and language prefix. |
| ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivateUnclean |
function |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Tests an image style URL with the "private://" schema and unclean URLs. |
| ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublic |
function |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Tests an image style URL using the "public://" scheme. |
| ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublicLanguage |
function |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Tests an image style URL with the "public://" schema and language prefix. |
| ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublicUnclean |
function |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Tests an image style URL with the "public://" scheme and unclean URLs. |
| ImageStylesPathAndUrlTest::testImageStyleUrlExtraSlash |
function |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Tests an image style URL with a file URL that has an extra slash in it. |
| ImageStylesPathAndUrlTest::testImageStyleUrlForMissingSourceImage |
function |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Tests that an invalid source image returns a 404. |
| ImageTest::$fileUrlGenerator |
property |
core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php |
The file URL generator. |
| ImageUploadTest::getUploadUrl |
function |
core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php |
Provides the image upload URL. |
| ImageUrlFormatter |
class |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Plugin implementation of the 'image_url' formatter. |
| ImageUrlFormatter.php |
file |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
|
| ImageUrlFormatter::$imageStyleStorage |
property |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
The image style entity storage. |
| ImageUrlFormatter::defaultSettings |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
|
| ImageUrlFormatter::settingsForm |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
|
| ImageUrlFormatter::settingsSummary |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
|
| ImageUrlFormatter::viewElements |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
|
| ImageUrlFormatter::__construct |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
|
| ImageUrlProviderTest |
class |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlProviderTest.php |
Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image. |
| ImageUrlProviderTest.php |
file |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlProviderTest.php |
|
| ImageUrlTest |
class |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTest.php |
Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image. |
| ImageUrlTest.php |
file |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTest.php |
|
| ImageUrlTest::testImageUrlWidget |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTest.php |
Tests the Drupal image URL widget. |
| ImageUrlTestBase |
class |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTestBase.php |
Provides a base class for testing CKEditor 5 image URL insertion. |
| ImageUrlTestBase.php |
file |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTestBase.php |
|
| ImageUrlTestBase::setUp |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTestBase.php |
|
| install_full_redirect_url |
function |
core/includes/install.core.inc |
Returns the complete URL redirected to during an installation request. |
| install_redirect_url |
function |
core/includes/install.core.inc |
Returns the URL that should be redirected to during an installation request. |
| InvalidUpdateHookTest::$updateUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
URL for the upgrade script. |
| JsonApiPatchRegressionTest::testPatchToIncludeUrlDoesNotReturnIncludeFromIssue3026030 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php |
Ensure includes are respected even when PATCHing. |
| JsonApiRegressionTest::testPostToIncludeUrlDoesNotReturnIncludeFromIssue3026030 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Ensure includes are respected even when POSTing. |
| KernelTestBaseTest::testGetDatabaseConnectionInfoWithOutManualSetDbUrl |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests get database connection info with out manual set db url. |
| LanguageInterface::TYPE_URL |
constant |
core/lib/Drupal/Core/Language/LanguageInterface.php |
The type of language used for URLs. |
| LanguageNegotiationUrl |
class |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
Class for identifying language via URL prefix or domain. |
| LanguageNegotiationUrl.php |
file |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
|
| LanguageNegotiationUrl::CONFIG_DOMAIN |
constant |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
URL language negotiation: use the domain as URL language indicator. |
| LanguageNegotiationUrl::CONFIG_PATH_PREFIX |
constant |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
URL language negotiation: use the path prefix as URL language indicator. |
| LanguageNegotiationUrl::getLangcode |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
Performs language negotiation. |
| LanguageNegotiationUrl::getLanguageSwitchLinks |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
Returns language switch links. |
| LanguageNegotiationUrl::METHOD_ID |
constant |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
The language negotiation method id. |
| LanguageNegotiationUrl::processInbound |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
Processes the inbound path. |
| LanguageNegotiationUrl::processOutbound |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php |
Processes the outbound path. |
| LanguageNegotiationUrlFallback |
class |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php |
Determines the language to be assigned to URLs when none is detected. |
| LanguageNegotiationUrlFallback.php |
file |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php |
|
| LanguageNegotiationUrlFallback::getLangcode |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php |
Performs language negotiation. |
| LanguageNegotiationUrlFallback::METHOD_ID |
constant |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php |
The language negotiation method id. |
| LanguageNegotiationUrlTest |
class |
core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php |
Tests Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrl. |
| LanguageNegotiationUrlTest |
class |
core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php |
Tests Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrl. |
| LanguageNegotiationUrlTest.php |
file |
core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php |
|
| LanguageNegotiationUrlTest.php |
file |
core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php |
|