public function ImageStyleInterface::getEffects in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 172 - Contains \Drupal\image\ImageStyleInterface.
Class
- ImageStyleInterface
- Provides an interface defining an image style entity.
Namespace
Drupal\imageCode
public function getEffects();