You are here

7 calls to ImageStyle::getEffects() in Drupal 10

ImageStyle::addImageEffect in core/modules/image/src/Entity/ImageStyle.php
Saves an image effect for this style.
ImageStyle::createDerivative in core/modules/image/src/Entity/ImageStyle.php
Creates a new image derivative based on this image style.
ImageStyle::deleteImageEffect in core/modules/image/src/Entity/ImageStyle.php
Deletes an image effect from this style.
ImageStyle::getDerivativeExtension in core/modules/image/src/Entity/ImageStyle.php
Determines the extension of the derivative without generating it.
ImageStyle::getEffect in core/modules/image/src/Entity/ImageStyle.php
Returns a specific image effect.
ImageStyle::getPluginCollections in core/modules/image/src/Entity/ImageStyle.php
Gets the plugin collections used by this object.
ImageStyle::transformDimensions in core/modules/image/src/Entity/ImageStyle.php
Determines the dimensions of this image style.