| ImageStyleAddForm::actions |
function |
core/modules/image/src/Form/ImageStyleAddForm.php |
|
| ImageStyleAddForm::submitForm |
function |
core/modules/image/src/Form/ImageStyleAddForm.php |
|
| ImageStyleCustomStreamWrappersTest |
class |
core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php |
Tests derivative generation with source images using stream wrappers. |
| ImageStyleCustomStreamWrappersTest.php |
file |
core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php |
|
| ImageStyleCustomStreamWrappersTest::$fileSystem |
property |
core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php |
The file system service. |
| ImageStyleCustomStreamWrappersTest::$imageStyle |
property |
core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php |
A testing image style entity. |
| ImageStyleCustomStreamWrappersTest::$modules |
property |
core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php |
|
| ImageStyleCustomStreamWrappersTest::providerTestCustomStreamWrappers |
function |
core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php |
Provide test cases for testCustomStreamWrappers(). |
| ImageStyleCustomStreamWrappersTest::register |
function |
core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php |
|
| ImageStyleCustomStreamWrappersTest::setUp |
function |
core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php |
|
| ImageStyleCustomStreamWrappersTest::testCustomStreamWrappers |
function |
core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php |
Tests derivative creation with several source on a local writable stream. |
| ImageStyleDeleteForm |
class |
core/modules/image/src/Form/ImageStyleDeleteForm.php |
Creates a form to delete an image style. |
| ImageStyleDeleteForm.php |
file |
core/modules/image/src/Form/ImageStyleDeleteForm.php |
|
| ImageStyleDeleteForm::$replacementOptions |
property |
core/modules/image/src/Form/ImageStyleDeleteForm.php |
Replacement options. |
| ImageStyleDeleteForm::form |
function |
core/modules/image/src/Form/ImageStyleDeleteForm.php |
|
| ImageStyleDeleteForm::getDescription |
function |
core/modules/image/src/Form/ImageStyleDeleteForm.php |
|
| ImageStyleDeleteForm::getQuestion |
function |
core/modules/image/src/Form/ImageStyleDeleteForm.php |
|
| ImageStyleDeleteForm::getReplacementOptions |
function |
core/modules/image/src/Form/ImageStyleDeleteForm.php |
Returns a list of image style replacement options. |
| ImageStyleDeleteForm::submitForm |
function |
core/modules/image/src/Form/ImageStyleDeleteForm.php |
|
| ImageStyleDeleteTest |
class |
core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php |
Tests image style deletion using the UI. |
| ImageStyleDeleteTest.php |
file |
core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php |
|
| ImageStyleDeleteTest::$defaultTheme |
property |
core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php |
|
| ImageStyleDeleteTest::setUp |
function |
core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php |
|
| ImageStyleDeleteTest::testDelete |
function |
core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php |
Tests image style deletion. |
| ImageStyleDownloadAccessControlTest |
class |
core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php |
Tests access control for downloading image styles. |
| ImageStyleDownloadAccessControlTest.php |
file |
core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php |
|
| ImageStyleDownloadAccessControlTest::$defaultTheme |
property |
core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php |
|
| ImageStyleDownloadAccessControlTest::$fileSystem |
property |
core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php |
The file system. |
| ImageStyleDownloadAccessControlTest::$modules |
property |
core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php |
|
| ImageStyleDownloadAccessControlTest::$style |
property |
core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php |
The image style. |
| ImageStyleDownloadAccessControlTest::prepareEnvironment |
function |
core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php |
|
| ImageStyleDownloadAccessControlTest::setUp |
function |
core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php |
|
| ImageStyleDownloadAccessControlTest::testPrivateThroughPublicRoute |
function |
core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php |
Ensures that private:// access is forbidden through image.style_public. |
| ImageStyleDownloadAccessControlTest::testPublicThroughPrivateRoute |
function |
core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php |
Ensures that public:// access is forbidden through image.style.private. |
| ImageStyleDownloadController |
class |
core/modules/image/src/Controller/ImageStyleDownloadController.php |
Defines a controller to serve image styles. |
| ImageStyleDownloadController.php |
file |
core/modules/image/src/Controller/ImageStyleDownloadController.php |
|
| ImageStyleDownloadController::$fileSystem |
property |
core/modules/image/src/Controller/ImageStyleDownloadController.php |
File system service. |
| ImageStyleDownloadController::$imageFactory |
property |
core/modules/image/src/Controller/ImageStyleDownloadController.php |
The image factory. |
| ImageStyleDownloadController::$lock |
property |
core/modules/image/src/Controller/ImageStyleDownloadController.php |
The lock backend. |
| ImageStyleDownloadController::$logger |
property |
core/modules/image/src/Controller/ImageStyleDownloadController.php |
A logger instance. |
| ImageStyleDownloadController::create |
function |
core/modules/image/src/Controller/ImageStyleDownloadController.php |
|
| ImageStyleDownloadController::deliver |
function |
core/modules/image/src/Controller/ImageStyleDownloadController.php |
Generates a derivative, given a style and image path. |
| ImageStyleDownloadController::getUriWithoutConvertedExtension |
function |
core/modules/image/src/Controller/ImageStyleDownloadController.php |
Get the file URI without the extension from any conversion image style. |
| ImageStyleDownloadController::sourceImageExists |
function |
core/modules/image/src/Controller/ImageStyleDownloadController.php |
Checks whether the provided source image exists. |
| ImageStyleDownloadController::__construct |
function |
core/modules/image/src/Controller/ImageStyleDownloadController.php |
Constructs an ImageStyleDownloadController object. |
| ImageStyleEditForm |
class |
core/modules/image/src/Form/ImageStyleEditForm.php |
Controller for image style edit form. |
| ImageStyleEditForm.php |
file |
core/modules/image/src/Form/ImageStyleEditForm.php |
|
| ImageStyleEditForm::$imageEffectManager |
property |
core/modules/image/src/Form/ImageStyleEditForm.php |
The image effect manager service. |
| ImageStyleEditForm::create |
function |
core/modules/image/src/Form/ImageStyleEditForm.php |
|
| ImageStyleEditForm::effectSave |
function |
core/modules/image/src/Form/ImageStyleEditForm.php |
Submit handler for image effect. |