IFrameUrlHelperTest.php |
file |
core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php |
|
IFrameUrlHelperTest::providerIsSecure |
function |
core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php |
Data provider for testIsSecure(). |
IFrameUrlHelperTest::testIsSecure |
function |
core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php |
Tests that isSecure() behaves properly. |
ImageEffectDeleteForm::getCancelUrl |
function |
core/modules/image/src/Form/ImageEffectDeleteForm.php |
Returns the route to go to if the user cancels the action. |
ImageFormatter::$fileUrlGenerator |
property |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php |
The file URL generator. |
ImageFormatterTest::testImageFormatterUrlOptions |
function |
core/modules/image/tests/src/Kernel/ImageFormatterTest.php |
Tests Image Formatter URL options handling. |
ImageStyle::buildUrl |
function |
core/modules/image/src/Entity/ImageStyle.php |
Returns the URL of this image derivative for an original image path or URI. |
ImageStyleFlushForm::getCancelUrl |
function |
core/modules/image/src/Form/ImageStyleFlushForm.php |
Returns the route to go to if the user cancels the action. |
ImageStyleInterface::buildUrl |
function |
core/modules/image/src/ImageStyleInterface.php |
Returns the URL of this image derivative for an original image path or URI. |
ImageStylesPathAndUrlTest |
class |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Tests the functions for generating paths and URLs for image styles. |
ImageStylesPathAndUrlTest.php |
file |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
|
ImageStylesPathAndUrlTest::$defaultTheme |
property |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
The theme to install as the default for testing. |
ImageStylesPathAndUrlTest::$modules |
property |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Modules to install. |
ImageStylesPathAndUrlTest::$style |
property |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
The image style. |
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests |
function |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Tests building an image style URL. |
ImageStylesPathAndUrlTest::setUp |
function |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
|
ImageStylesPathAndUrlTest::testImageStylePath |
function |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Tests \Drupal\image\ImageStyleInterface::buildUri(). |
ImageStylesPathAndUrlTest::testImageStylePrivateWithConversion |
function |
core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php |
Test an image style URL with a private file that also gets converted. |
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::$currentUser |
property |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
The current user. |
ImageUrlFormatter::$imageStyleStorage |
property |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
The image style entity storage. |
ImageUrlFormatter::create |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Creates an instance of the plugin. |
ImageUrlFormatter::defaultSettings |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Defines the default settings for this plugin. |
ImageUrlFormatter::settingsForm |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Returns a form to configure settings for the formatter. |
ImageUrlFormatter::settingsSummary |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Returns a short summary for the current formatter settings. |
ImageUrlFormatter::viewElements |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Builds a renderable array for a field value. |
ImageUrlFormatter::__construct |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Constructs an ImageFormatter object. |
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 |
@internal |
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. |