| ImageEffectFormBase::getFormId |
function |
core/modules/image/src/Form/ImageEffectFormBase.php |
Returns a unique string identifying the form. |
| ImageEffectFormBase::prepareImageEffect |
function |
core/modules/image/src/Form/ImageEffectFormBase.php |
Converts an image effect ID into an object. |
| ImageEffectFormBase::submitForm |
function |
core/modules/image/src/Form/ImageEffectFormBase.php |
Form submission handler. |
| ImageEffectFormBase::validateForm |
function |
core/modules/image/src/Form/ImageEffectFormBase.php |
Form validation handler. |
| ImageEffectInterface |
interface |
core/modules/image/src/ImageEffectInterface.php |
Defines the interface for image effects. |
| ImageEffectInterface.php |
file |
core/modules/image/src/ImageEffectInterface.php |
|
| ImageEffectInterface::applyEffect |
function |
core/modules/image/src/ImageEffectInterface.php |
Applies an image effect to the image object. |
| ImageEffectInterface::getDerivativeExtension |
function |
core/modules/image/src/ImageEffectInterface.php |
Returns the extension of the derivative after applying this image effect. |
| ImageEffectInterface::getSummary |
function |
core/modules/image/src/ImageEffectInterface.php |
Returns a render array summarizing the configuration of the image effect. |
| ImageEffectInterface::getUuid |
function |
core/modules/image/src/ImageEffectInterface.php |
Returns the unique ID representing the image effect. |
| ImageEffectInterface::getWeight |
function |
core/modules/image/src/ImageEffectInterface.php |
Returns the weight of the image effect. |
| ImageEffectInterface::label |
function |
core/modules/image/src/ImageEffectInterface.php |
Returns the image effect label. |
| ImageEffectInterface::setWeight |
function |
core/modules/image/src/ImageEffectInterface.php |
Sets the weight for this image effect. |
| ImageEffectInterface::transformDimensions |
function |
core/modules/image/src/ImageEffectInterface.php |
Determines the dimensions of the styled image. |
| ImageEffectManager |
class |
core/modules/image/src/ImageEffectManager.php |
Manages image effect plugins. |
| ImageEffectManager.php |
file |
core/modules/image/src/ImageEffectManager.php |
|
| ImageEffectManager::__construct |
function |
core/modules/image/src/ImageEffectManager.php |
Constructs a new ImageEffectManager. |
| ImageEffectPluginCollection |
class |
core/modules/image/src/ImageEffectPluginCollection.php |
A collection of image effects. |
| ImageEffectPluginCollection.php |
file |
core/modules/image/src/ImageEffectPluginCollection.php |
|
| ImageEffectPluginCollection::get |
function |
core/modules/image/src/ImageEffectPluginCollection.php |
|
| ImageEffectPluginCollection::sortHelper |
function |
core/modules/image/src/ImageEffectPluginCollection.php |
Provides uasort() callback to sort plugins. |
| ImageEffectsTest |
class |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
Tests image effects. |
| ImageEffectsTest.php |
file |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
|
| ImageEffectsTest::$imageEffectPluginManager |
property |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
The image effect plugin manager service. |
| ImageEffectsTest::$modules |
property |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
Modules to install. |
| ImageEffectsTest::setUp |
function |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
|
| ImageEffectsTest::testConvertAvifEffect |
function |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
Tests the 'image_convert_avif' effect when avif is supported. |
| ImageEffectsTest::testConvertAvifEffectFallback |
function |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
Tests the 'image_convert_avif' effect with webp fallback. |
| ImageEffectsTest::testConvertEffect |
function |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
Tests the 'image_convert' effect. |
| ImageEffectsTest::testCropEffect |
function |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
Tests the 'image_crop' effect. |
| ImageEffectsTest::testDesaturateEffect |
function |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
Tests the 'image_desaturate' effect. |
| ImageEffectsTest::testEffectFormValidationErrors |
function |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
Tests that validation errors are passed from the plugin to the parent form. |
| ImageEffectsTest::testImageEffectsCaching |
function |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
Tests image effect caching. |
| ImageEffectsTest::testImageStyleEffectDependencyRemoval |
function |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
Tests uninstalling the module of an effect in a style. |
| ImageEffectsTest::testResizeEffect |
function |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
Tests the 'image_resize' effect. |
| ImageEffectsTest::testRotateEffect |
function |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
Tests the image_rotate_effect() function. |
| ImageEffectsTest::testScaleAndCropEffect |
function |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
Tests the 'image_scale_and_crop' effect. |
| ImageEffectsTest::testScaleAndCropEffectWithAnchor |
function |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
Tests the 'image_scale_and_crop' effect with an anchor. |
| ImageEffectsTest::testScaleEffect |
function |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
Tests the 'image_scale' effect. |
| ImageFactory |
class |
core/lib/Drupal/Core/Image/ImageFactory.php |
Provides a factory for image objects. |
| ImageFactory.php |
file |
core/lib/Drupal/Core/Image/ImageFactory.php |
|
| ImageFactory::$toolkitId |
property |
core/lib/Drupal/Core/Image/ImageFactory.php |
The image toolkit ID to use for this factory. |
| ImageFactory::$toolkitManager |
property |
core/lib/Drupal/Core/Image/ImageFactory.php |
The image toolkit plugin manager. |
| ImageFactory::get |
function |
core/lib/Drupal/Core/Image/ImageFactory.php |
Constructs a new Image object. |
| ImageFactory::getSupportedExtensions |
function |
core/lib/Drupal/Core/Image/ImageFactory.php |
Returns the image file extensions supported by the toolkit. |
| ImageFactory::getToolkitId |
function |
core/lib/Drupal/Core/Image/ImageFactory.php |
Gets the ID of the image toolkit currently in use. |
| ImageFactory::setToolkitId |
function |
core/lib/Drupal/Core/Image/ImageFactory.php |
Sets the ID of the image toolkit. |
| ImageFactory::__construct |
function |
core/lib/Drupal/Core/Image/ImageFactory.php |
Constructs a new ImageFactory object. |
| ImageField |
class |
core/modules/image/src/Plugin/migrate/field/d6/ImageField.php |
MigrateField Plugin for Drupal 6 image fields. |
| ImageField |
class |
core/modules/image/src/Plugin/migrate/field/d7/ImageField.php |
Migrate field plugin for Drupal 7 image fields. |