public function ImageStyleInterface::addImageEffect in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/image/src/ImageStyleInterface.php \Drupal\image\ImageStyleInterface::addImageEffect()
Saves an image effect for this style.
Parameters
array $configuration: An array of image effect configuration.
Return value
string The image effect ID.
1 method overrides ImageStyleInterface::addImageEffect()
- ImageStyle::addImageEffect in core/
modules/ image/ src/ Entity/ ImageStyle.php - Saves an image effect for this style.
File
- core/
modules/ image/ src/ ImageStyleInterface.php, line 183 - Contains \Drupal\image\ImageStyleInterface.
Class
- ImageStyleInterface
- Provides an interface defining an image style entity.
Namespace
Drupal\imageCode
public function addImageEffect(array $configuration);