function ImageStyleInterface::getEffects
Same name in other branches
- 9 core/modules/image/src/ImageStyleInterface.php \Drupal\image\ImageStyleInterface::getEffects()
- 8.9.x core/modules/image/src/ImageStyleInterface.php \Drupal\image\ImageStyleInterface::getEffects()
- 11.x core/modules/image/src/ImageStyleInterface.php \Drupal\image\ImageStyleInterface::getEffects()
Returns the image effects for this style.
Return value
\Drupal\image\ImageEffectPluginCollection|\Drupal\image\ImageEffectInterface[] The image effect plugin collection.
1 method overrides ImageStyleInterface::getEffects()
- ImageStyle::getEffects in core/
modules/ image/ src/ Entity/ ImageStyle.php - Returns the image effects for this style.
File
-
core/
modules/ image/ src/ ImageStyleInterface.php, line 159
Class
- ImageStyleInterface
- Provides an interface defining an image style entity.
Namespace
Drupal\imageCode
public function getEffects();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.