You are here

Deprecated in ImageMagick 8.2

Primary tabs

Examples: "before Drupal 9", "in Drupal 8.4"
Namesort descending Location Type Deprecation Direct uses Namespaced uses Overrides Use statements
hook_imagemagick_arguments_alter ./imagemagick.api.php function in 8.x-2.5, will be removed in 8.x-3.0. Use an event subscriber to react on a ImagemagickExecutionEvent::PRE_IDENTIFY_EXECUTE or a ImagemagickExecutionEvent::PRE_CONVERT_EXECUTE event.
hook_imagemagick_post_save_alter ./imagemagick.api.php function in 8.x-2.5, will be removed in 8.x-3.0. Use an event subscriber to react on a ImagemagickExecutionEvent::POST_SAVE event.
hook_imagemagick_pre_parse_file_alter ./imagemagick.api.php function in 8.x-2.5, will be removed in 8.x-3.0. Use an event subscriber to react on a ImagemagickExecutionEvent::ENSURE_SOURCE_LOCAL_PATH event.
ImagemagickExecArguments::addArgument src/ImagemagickExecArguments.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ::add() instead.
ImagemagickExecArguments::countArguments src/ImagemagickExecArguments.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ::find() instead, then count the result.
ImagemagickExecArguments::escapeShellArg src/ImagemagickExecArguments.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ::escape() instead.
ImagemagickExecArguments::findArgument src/ImagemagickExecArguments.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ::find() instead.
ImagemagickExecArguments::getArguments src/ImagemagickExecArguments.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImagemagickExecArguments methods to manipulate arguments directly. 1
ImagemagickExecArguments::getStringForBinary src/ImagemagickExecArguments.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ::toString() instead.
ImagemagickExecArguments::INTERNAL_ARGUMENT_IDENTIFIER src/ImagemagickExecArguments.php constant in 8.x-2.3, will be removed in 8.x-3.0. Do not prefix arguments to mark them internal, add them with ImageMagickExecArguments::INTERNAL instead.
ImagemagickExecArguments::prependArgument src/ImagemagickExecArguments.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ::add() instead.
ImagemagickExecArguments::removeArgument src/ImagemagickExecArguments.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ::remove() instead.
ImagemagickExecArguments::resetArguments src/ImagemagickExecArguments.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ::reset() instead.
ImagemagickExecManager::$moduleHandler src/ImagemagickExecManager.php property 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.
ImagemagickExecManager::getModuleHandler src/ImagemagickExecManager.php function 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.
ImagemagickFormatMapper::$mimeTypeMapper src/ImagemagickFormatMapper.php property in ImageMagick 8.x-2.4, will be removed in 8.x-3.0. You should use the FileEye\MimeMap\Type and FileEye\MimeMap\Extension API instead.
ImagemagickIdentify::$moduleHandler src/Plugin/FileMetadata/ImagemagickIdentify.php property 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.
ImagemagickMimeTypeMapper::getExtensionsForMimeType src/ImagemagickMimeTypeMapper.php function in ImageMagick 8.x-2.4, will be removed in 8.x-3.0. Use FileEye\MimeMap\Type::getExtensions() instead.
ImagemagickMimeTypeMapper::getMimeTypes src/ImagemagickMimeTypeMapper.php function in ImageMagick 8.x-2.4, will be removed in 8.x-3.0. Use FileEye\MimeMap\AbstractMap::listTypes() instead.
ImagemagickToolkit::$moduleHandler src/Plugin/ImageToolkit/ImagemagickToolkit.php property 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.
ImagemagickToolkit::addArgument src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImageMagickExecArguments::add() instead.
ImagemagickToolkit::checkPath src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImagemagickExecManagerInterface::checkPath() instead.
ImagemagickToolkit::countArguments src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImageMagickExecArguments::find() instead, then count the result.
ImagemagickToolkit::escapeShellArg src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImageMagickExecArguments::escape() instead.
ImagemagickToolkit::EXIF_ORIENTATION_NOT_FETCHED src/Plugin/ImageToolkit/ImagemagickToolkit.php constant in 8.x-2.3, will be removed in 8.x-3.0. Use parseFileViaIdentify() to parse image files.
ImagemagickToolkit::findArgument src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImageMagickExecArguments::find() instead.
ImagemagickToolkit::getArguments src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ::arguments() instead, using ImagemagickExecArguments methods to manipulate arguments.
ImagemagickToolkit::getDestination src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImagemagickExecArguments::getDestination() instead.
ImagemagickToolkit::getDestinationFormat src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImagemagickExecArguments::getDestinationFormat() instead.
ImagemagickToolkit::getDestinationLocalPath src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImagemagickExecArguments::getDestinationLocalPath() instead.
ImagemagickToolkit::getPackage src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImagemagickExecManagerInterface::getPackage() instead.
ImagemagickToolkit::getPackageLabel src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImagemagickExecManagerInterface::getPackageLabel() instead.
ImagemagickToolkit::getSourceFormat src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImagemagickExecArguments::getSourceFormat() instead.
ImagemagickToolkit::getSourceLocalPath src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ::ensureSourceLocalPath() instead.
ImagemagickToolkit::getStringForBinary src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImageMagickExecArguments::toString() instead.
ImagemagickToolkit::parseFileViaGetImageSize src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use parseFileViaIdentify() instead. 1
ImagemagickToolkit::prependArgument src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImageMagickExecArguments::add() instead.
ImagemagickToolkit::removeArgument src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImageMagickExecArguments::remove() instead.
ImagemagickToolkit::resetArguments src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImageMagickExecArguments::reset() instead.
ImagemagickToolkit::setDestination src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImagemagickExecArguments::setDestination() instead.
ImagemagickToolkit::setDestinationFormat src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImagemagickExecArguments::setDestinationFormat() instead.
ImagemagickToolkit::setDestinationFormatFromExtension src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImagemagickExecArguments::setDestinationFormatFromExtension() instead.
ImagemagickToolkit::setDestinationLocalPath src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImagemagickExecArguments::setDestinationLocalPath() instead.
ImagemagickToolkit::setSourceFormat src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImagemagickExecArguments::setSourceFormat() instead.
ImagemagickToolkit::setSourceFormatFromExtension src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImagemagickExecArguments::setSourceFormatFromExtension() instead.
ImagemagickToolkit::setSourceLocalPath src/Plugin/ImageToolkit/ImagemagickToolkit.php function in 8.x-2.3, will be removed in 8.x-3.0. Use ImagemagickExecArguments::setSourceLocalPath() instead.
imagemagick_test_imagemagick_arguments_alter tests/modules/imagemagick_test/imagemagick_test.module function Kept only for BC test coverage, will be removed in 8.x-3.0.
imagemagick_test_imagemagick_post_save_alter tests/modules/imagemagick_test/imagemagick_test.module function Kept only for BC test coverage, will be removed in 8.x-3.0.
imagemagick_test_imagemagick_pre_parse_file_alter tests/modules/imagemagick_test/imagemagick_test.module function Kept only for BC test coverage, will be removed in 8.x-3.0.

Other projects