| ImageItemTest.php |
file |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
|
| ImageItemTest::$image |
property |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
Created file entity. |
| ImageItemTest::$imageFactory |
property |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
|
| ImageItemTest::$modules |
property |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
Modules to install. |
| ImageItemTest::setUp |
function |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
Set the default field storage backend for fields created during tests. |
| ImageItemTest::testDisplayDefaultValue |
function |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
Tests display_default. |
| ImageItemTest::testImageItem |
function |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
Tests using entity fields of the image field type. |
| ImageItemTest::testImageItemMalformed |
function |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
Tests a malformed image. |
| ImageItemTest::testImageItemSampleValueGeneration |
function |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
Tests generateSampleItems() method under different dimensions. |
| ImageItemTest::testImageUriDirectories |
function |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
Tests image URIs for empty and custom directories. |
| ImageItemTest::validateImageUriForDirectory |
function |
core/modules/image/tests/src/Kernel/ImageItemTest.php |
Validates the image file URI generated for a given file directory. |
| ImageLazyLoadController |
class |
core/modules/system/tests/modules/image_lazy_load_test/src/Controller/ImageLazyLoadController.php |
The ImageLazyLoadController class. |
| ImageLazyLoadController.php |
file |
core/modules/system/tests/modules/image_lazy_load_test/src/Controller/ImageLazyLoadController.php |
|
| ImageLazyLoadController::renderImage |
function |
core/modules/system/tests/modules/image_lazy_load_test/src/Controller/ImageLazyLoadController.php |
Render an image using image theme. |
| ImageLoadingAttributeTest |
class |
core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php |
Tests lazy loading for images. |
| ImageLoadingAttributeTest.php |
file |
core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php |
|
| ImageLoadingAttributeTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php |
The theme to install as the default for testing. |
| ImageLoadingAttributeTest::$modules |
property |
core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php |
Modules to install. |
| ImageLoadingAttributeTest::testImageLoadingAttribute |
function |
core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php |
Tests that loading attribute is enabled for images. |
| ImageModuleTestHooks |
class |
core/modules/image/tests/modules/image_module_test/src/Hook/ImageModuleTestHooks.php |
Hook implementations for image_module_test. |
| ImageModuleTestHooks.php |
file |
core/modules/image/tests/modules/image_module_test/src/Hook/ImageModuleTestHooks.php |
|
| ImageModuleTestHooks::fileDownload |
function |
core/modules/image/tests/modules/image_module_test/src/Hook/ImageModuleTestHooks.php |
Implements hook_file_download(). |
| ImageModuleTestHooks::imageEffectInfoAlter |
function |
core/modules/image/tests/modules/image_module_test/src/Hook/ImageModuleTestHooks.php |
Implements hook_image_effect_info_alter(). |
| 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. |
| ImagePreprocess |
class |
core/lib/Drupal/Core/Theme/ImagePreprocess.php |
Image theme preprocess. |
| ImagePreprocess.php |
file |
core/lib/Drupal/Core/Theme/ImagePreprocess.php |
|
| ImagePreprocess::preprocessImage |
function |
core/lib/Drupal/Core/Theme/ImagePreprocess.php |
Prepares variables for image templates. |
| ImagePreprocess::__construct |
function |
core/lib/Drupal/Core/Theme/ImagePreprocess.php |
|
| ImagePropertyConstraintValidationHooks |
class |
core/modules/image/tests/modules/image_field_property_constraint_validation/src/Hook/ImagePropertyConstraintValidationHooks.php |
Hook implementations for image_field_property_constraint_validation. |
| ImagePropertyConstraintValidationHooks.php |
file |
core/modules/image/tests/modules/image_field_property_constraint_validation/src/Hook/ImagePropertyConstraintValidationHooks.php |
|
| ImagePropertyConstraintValidationHooks::entityBundleFieldInfoAlter |
function |
core/modules/image/tests/modules/image_field_property_constraint_validation/src/Hook/ImagePropertyConstraintValidationHooks.php |
Implements hook_entity_bundle_field_info_alter(). |
| ImageRequirements |
class |
core/modules/image/src/Hook/ImageRequirements.php |
Requirements for the Image module. |
| ImageRequirements.php |
file |
core/modules/image/src/Hook/ImageRequirements.php |
|
| ImageRequirements::runtime |
function |
core/modules/image/src/Hook/ImageRequirements.php |
Implements hook_runtime_requirements(). |
| ImageRequirements::__construct |
function |
core/modules/image/src/Hook/ImageRequirements.php |
|
| ImageResize |
class |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php |
CKEditor 5 ImageResize plugin. |
| ImageResize.php |
file |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php |
|
| ImageResize::buildConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php |
Form constructor. |
| ImageResize::defaultConfiguration |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php |
Gets default configuration for this plugin. |
| ImageResize::submitConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php |
Form submission handler. |
| ImageResize::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php |
Form validation handler. |
| ImageStyle |
class |
core/modules/image/src/Entity/ImageStyle.php |
Defines an image style configuration entity. |