You are here

constant ImagemagickExecutionEvent::PRE_IDENTIFY_EXECUTE in ImageMagick 8.2

Same name and namespace in other branches
  1. 8.3 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\Event

Code

const PRE_IDENTIFY_EXECUTE = 'imagemagick.identify.preExecute';