public function ImageStyleInterface::deleteImageEffect in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 - Deletes an image effect from this style.
File
- core/
modules/ image/ src/ ImageStyleInterface.php, line 193 - Contains \Drupal\image\ImageStyleInterface.
Class
- ImageStyleInterface
- Provides an interface defining an image style entity.
Namespace
Drupal\imageCode
public function deleteImageEffect(ImageEffectInterface $effect);