You are here

7 methods override ImageEffectInterface::applyEffect() in Drupal 9

AjaxTestImageEffect::applyEffect in core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
Applies an image effect to the image object.
ConvertImageEffect::applyEffect in core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php
Applies an image effect to the image object.
DesaturateImageEffect::applyEffect in core/modules/image/src/Plugin/ImageEffect/DesaturateImageEffect.php
Applies an image effect to the image object.
NullTestImageEffect::applyEffect in core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php
Applies an image effect to the image object.
ResizeImageEffect::applyEffect in core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
Applies an image effect to the image object.
RotateImageEffect::applyEffect in core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php
Applies an image effect to the image object.
UriDependentTestImageEffect::applyEffect in core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php
Applies an image effect to the image object.