By kim.pepper on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.3.x
Introduced in version:
10.3.0
Issue links:
Description:
CKEditor5ImageController now makes use of Drupal\file\Upload\FileUploadHandler so it's constructor arguments have changed.
Before:
FileSystemInterface $file_systemAccountInterface $current_userMimeTypeGuesserInterface $mime_type_guesserLockBackendInterface $lockEventDispatcherInterface $event_dispatcherFileValidatorInterface $file_validator
After:
FileSystemInterface $fileSystemFileUploadHandler $fileUploadHandlerLockBackendInterface $lock
For backwards compatibility, passing the original arguments will throw a deprecation warning in Drupal 10.2.0, but will throw an error in 11.0.0.
Impacts:
Module developers