You are here

protected property ImagemagickToolkit::$moduleHandler in ImageMagick 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/ImageToolkit/ImagemagickToolkit.php \Drupal\imagemagick\Plugin\ImageToolkit\ImagemagickToolkit::moduleHandler

The module handler service.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

Deprecated

in 8.x-2.5, will be removed in 8.x-3.0. No replacement suggested, Imagemagick hooks have been dropped in favour of event subscribers.

See also

https://www.drupal.org/project/imagemagick/issues/3043136

File

src/Plugin/ImageToolkit/ImagemagickToolkit.php, line 69

Class

ImagemagickToolkit
Provides ImageMagick integration toolkit for image manipulation.

Namespace

Drupal\imagemagick\Plugin\ImageToolkit

Code

protected $moduleHandler;