constant ImagemagickExecutionEvent::PRE_IDENTIFY_EXECUTE in ImageMagick 8.3
Same name and namespace in other branches
- 8.2 src/Event/ImagemagickExecutionEvent.php \Drupal\imagemagick\Event\ImagemagickExecutionEvent::PRE_IDENTIFY_EXECUTE
Fires before the 'identify' command is executed.
See also
\Drupal\imagemagick\Plugin\FileMetadata\ImagemagickIdentify::identify()
File
- src/
Event/ ImagemagickExecutionEvent.php, line 55
Class
- ImagemagickExecutionEvent
- Defines the ImagemagickExecutionEvent.
Namespace
Drupal\imagemagick\EventCode
const PRE_IDENTIFY_EXECUTE = 'imagemagick.identify.preExecute';