public ImageStyleInterface::getEffects()
Returns the image effects for this style.
Return value
\Drupal\image\ImageEffectPluginCollection|\Drupal\image\ImageEffectInterface[] The image effect plugin collection.
File
- core/modules/image/src/ImageStyleInterface.php, line 174
Class
- ImageStyleInterface
- Provides an interface defining an image style entity.
Namespace
Drupal\image
Code
public function getEffects();
Please login to continue.