| ImageModuleTestHooks::imageStyleFlush |
function |
core/modules/image/tests/modules/image_module_test/src/Hook/ImageModuleTestHooks.php |
Implements hook_image_style_flush(). |
| ImageModuleTestHooks::imageStylePresave |
function |
core/modules/image/tests/modules/image_module_test/src/Hook/ImageModuleTestHooks.php |
Implements hook_ENTITY_TYPE_presave(). |
| ImageOnTranslatedEntityTest |
class |
core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php |
Uploads images to translated nodes. |
| ImageOnTranslatedEntityTest.php |
file |
core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php |
|
| ImageOnTranslatedEntityTest::$defaultTheme |
property |
core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php |
The theme to install as the default for testing. |
| ImageOnTranslatedEntityTest::$fieldName |
property |
core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php |
The name of the image field used in the test. |
| ImageOnTranslatedEntityTest::$modules |
property |
core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php |
Modules to install. |
| ImageOnTranslatedEntityTest::setUp |
function |
core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php |
|
| ImageOnTranslatedEntityTest::testSyncedImages |
function |
core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php |
Tests synced file fields on translated nodes. |
| 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 |
Modules to install. |
| 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 |
Registers test-specific services. |
| 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. |
| 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 |
The theme to install as the default for testing. |
| 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 |
The theme to install as the default for testing. |
| 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 |
Modules to install. |
| 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 |
Prepares the current environment for running the test. |
| 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. |
| ImageStyleFlushTest |
class |
core/modules/image/tests/src/Functional/ImageStyleFlushTest.php |
Tests flushing of image styles. |
| ImageStyleFlushTest.php |
file |
core/modules/image/tests/src/Functional/ImageStyleFlushTest.php |
|
| ImageStyleFlushTest::$defaultTheme |
property |
core/modules/image/tests/src/Functional/ImageStyleFlushTest.php |
The theme to install as the default for testing. |
| ImageStyleFlushTest::createSampleImage |
function |
core/modules/image/tests/src/Functional/ImageStyleFlushTest.php |
Given an image style and a wrapper, generate an image. |
| ImageStyleFlushTest::getImageCount |
function |
core/modules/image/tests/src/Functional/ImageStyleFlushTest.php |
Count the number of images currently created for a style in a wrapper. |
| ImageStyleFlushTest::testFlush |
function |
core/modules/image/tests/src/Functional/ImageStyleFlushTest.php |
General test to flush a style. |
| ImageStyleIntegrationTest |
class |
core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php |
Tests the integration of ImageStyle with the core. |
| ImageStyleIntegrationTest.php |
file |
core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php |
|
| ImageStyleIntegrationTest::$modules |
property |
core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php |
Modules to install. |
| ImageStyleIntegrationTest::setUp |
function |
core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php |
|
| ImageStyleIntegrationTest::testEntityDisplayDependency |
function |
core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php |
Tests the dependency between ImageStyle and entity display components. |
| ImageStyleIntegrationTest::testEntityDisplayDependencyRename |
function |
core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php |
Tests renaming the ImageStyle. |
| ImageStyleJsonAnonTest |
class |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonAnonTest.php |
Tests Image Style Json Anon. |
| ImageStyleJsonAnonTest.php |
file |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonAnonTest.php |
|
| ImageStyleJsonAnonTest::$defaultTheme |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonAnonTest.php |
The theme to install as the default for testing. |
| ImageStyleJsonAnonTest::$format |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonAnonTest.php |
The format to use in this test. |
| ImageStyleJsonAnonTest::$mimeType |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleJsonAnonTest.php |
The MIME type that corresponds to $format. |