constant ImagemagickExecutionEvent::POST_SAVE in ImageMagick 8.3
Same name and namespace in other branches
- 8.2 src/Event/ImagemagickExecutionEvent.php \Drupal\imagemagick\Event\ImagemagickExecutionEvent::POST_SAVE
Fires after an image has been saved by the ImageMagick toolkit.
See also
\Drupal\imagemagick\Plugin\ImageToolkit\ImagemagickToolkit::save()
File
- src/
Event/ ImagemagickExecutionEvent.php, line 33
Class
- ImagemagickExecutionEvent
- Defines the ImagemagickExecutionEvent.
Namespace
Drupal\imagemagick\EventCode
const POST_SAVE = 'imagemagick.toolkit.postSave';