By spokje on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
9.4.x
Introduced in version:
9.4.0
Issue links:
Description:
\Drupal\image\Controller\QuickEditImageController has been deprecated and will be removed in 10.0.0. For 9.4.x you should use \Drupal\quickedit\Controller\QuickEditImageController instead.
\Drupal\image\Plugin\InPlaceEditor\Image has been deprecated and will be removed in 10.0.0. For 9.4.x you should use \Drupal\quickedit\Plugin\InPlaceEditor\Image instead.
For 10.x there is no replacement.
The reason is that the quickedit module is being removed from Core and be moved to Contrib: https://www.drupal.org/project/quickedit
As part of this process all methods used explicitly for the quickedit module are being moved into the modules namespace.
Impacts:
Site builders, administrators, editors