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. |
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 |
|
ImageResize::defaultConfiguration |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php |
|
ImageResize::submitConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php |
|
ImageResize::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php |
|
ImageStyle |
class |
core/modules/image/src/Entity/ImageStyle.php |
Defines an image style configuration entity. |
ImageStyle.php |
file |
core/modules/image/src/Entity/ImageStyle.php |
|
ImageStyle::$effects |
property |
core/modules/image/src/Entity/ImageStyle.php |
The array of image effects for this image style. |
ImageStyle::$effectsCollection |
property |
core/modules/image/src/Entity/ImageStyle.php |
Holds the collection of image effects that are used by this image style. |
ImageStyle::$label |
property |
core/modules/image/src/Entity/ImageStyle.php |
The image style label. |
ImageStyle::$name |
property |
core/modules/image/src/Entity/ImageStyle.php |
The name of the image style. |
ImageStyle::addExtension |
function |
core/modules/image/src/Entity/ImageStyle.php |
Adds an extension to a path. |
ImageStyle::addImageEffect |
function |
core/modules/image/src/Entity/ImageStyle.php |
Saves an image effect for this style. |
ImageStyle::buildUri |
function |
core/modules/image/src/Entity/ImageStyle.php |
Returns the URI of this image when using this style. |
ImageStyle::buildUrl |
function |
core/modules/image/src/Entity/ImageStyle.php |
Returns the URL of this image derivative for an original image path or URI. |
ImageStyle::createDerivative |
function |
core/modules/image/src/Entity/ImageStyle.php |
Creates a new image derivative based on this image style. |
ImageStyle::deleteImageEffect |
function |
core/modules/image/src/Entity/ImageStyle.php |
Deletes an image effect from this style. |
ImageStyle::fileDefaultScheme |
function |
core/modules/image/src/Entity/ImageStyle.php |
Provides a wrapper to allow unit testing. |
ImageStyle::flush |
function |
core/modules/image/src/Entity/ImageStyle.php |
Flushes cached media for this style. |
ImageStyle::getDerivativeExtension |
function |
core/modules/image/src/Entity/ImageStyle.php |
Determines the extension of the derivative without generating it. |
ImageStyle::getEffect |
function |
core/modules/image/src/Entity/ImageStyle.php |
Returns a specific image effect. |
ImageStyle::getEffects |
function |
core/modules/image/src/Entity/ImageStyle.php |
Returns the image effects for this style. |
ImageStyle::getHashSalt |
function |
core/modules/image/src/Entity/ImageStyle.php |
Gets a salt useful for hardening against SQL injection. |
ImageStyle::getImageEffectPluginManager |
function |
core/modules/image/src/Entity/ImageStyle.php |
Returns the image effect plugin manager. |
ImageStyle::getImageFactory |
function |
core/modules/image/src/Entity/ImageStyle.php |
Returns the image factory. |
ImageStyle::getName |
function |
core/modules/image/src/Entity/ImageStyle.php |
Returns the image style. |