function ImageStyleInterface::deleteImageEffect
Same name in other branches
- 9 core/modules/image/src/ImageStyleInterface.php \Drupal\image\ImageStyleInterface::deleteImageEffect()
- 8.9.x core/modules/image/src/ImageStyleInterface.php \Drupal\image\ImageStyleInterface::deleteImageEffect()
- 10 core/modules/image/src/ImageStyleInterface.php \Drupal\image\ImageStyleInterface::deleteImageEffect()
Deletes an image effect from this style.
Parameters
\Drupal\image\ImageEffectInterface $effect: The image effect object.
Return value
$this
1 method overrides ImageStyleInterface::deleteImageEffect()
- ImageStyle::deleteImageEffect in core/
modules/ image/ src/ Entity/ ImageStyle.php
File
-
core/
modules/ image/ src/ ImageStyleInterface.php, line 180
Class
- ImageStyleInterface
- Provides an interface defining an image style entity.
Namespace
Drupal\imageCode
public function deleteImageEffect(ImageEffectInterface $effect);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.