39 lines
1002 B
ReStructuredText
39 lines
1002 B
ReStructuredText
.. include:: /Includes.rst.txt
|
|
|
|
.. _deprecation-84409:
|
|
|
|
====================================================================================
|
|
Deprecation: #84409 - ImageManipulationWizard renamed to ImageManipulationController
|
|
====================================================================================
|
|
|
|
See :issue:`84409`
|
|
|
|
Description
|
|
===========
|
|
|
|
The PHP class :php:`TYPO3\CMS\Backend\Form\Wizard\ImageManipulationWizard` has been renamed to
|
|
:php:`TYPO3\CMS\Backend\Controller\Wizard\ImageManipulationController`.
|
|
|
|
|
|
Impact
|
|
======
|
|
|
|
The old class name has been registered as class alias and will still work.
|
|
Old class name usage however is discouraged and should be avoided, the
|
|
alias will vanish with core version 10.
|
|
|
|
|
|
Affected Installations
|
|
======================
|
|
|
|
Extensions which use the old class name are affected. The extension scanner will find affected extensions using the old
|
|
class name.
|
|
|
|
|
|
Migration
|
|
=========
|
|
|
|
Use new class name instead.
|
|
|
|
.. index:: Backend, PHP-API, FullyScanned
|