IconFinder::getFileFromUrl |
function |
core/lib/Drupal/Core/Theme/Icon/IconFinder.php |
Get filename from an URL source. |
IconFinderTest::$fileUrlGenerator |
property |
core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php |
The file url generator instance. |
IconFinderTest::providerGetFilesFromSourcesUrl |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php |
Data provider for ::testGetFilesFromSourcesUrl(). |
IconFinderTest::testGetFileFromUrlWarning |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php |
Test the IconFinder::getFileFromUrl method with warning. |
IconFinderTest::testGetFilesFromSourcesUrl |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php |
Test the IconFinder::getFilesFromSources method with urls. |
IconFinderTest::TEST_RELATIVE_URL |
constant |
core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php |
|
IFrameUrlHelper |
class |
core/modules/media/src/IFrameUrlHelper.php |
Providers helper functions for displaying oEmbed resources in an iFrame. |
IFrameUrlHelper.php |
file |
core/modules/media/src/IFrameUrlHelper.php |
|
IFrameUrlHelper::$privateKey |
property |
core/modules/media/src/IFrameUrlHelper.php |
The private key service. |
IFrameUrlHelper::$requestContext |
property |
core/modules/media/src/IFrameUrlHelper.php |
The request context service. |
IFrameUrlHelper::getHash |
function |
core/modules/media/src/IFrameUrlHelper.php |
Hashes an oEmbed resource URL. |
IFrameUrlHelper::isSecure |
function |
core/modules/media/src/IFrameUrlHelper.php |
Checks if an oEmbed URL can be securely displayed in an frame. |
IFrameUrlHelper::__construct |
function |
core/modules/media/src/IFrameUrlHelper.php |
IFrameUrlHelper constructor. |
IFrameUrlHelperTest |
class |
core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php |
Tests Drupal\media\IFrameUrlHelper. |
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. |