Issue #3388985: Make CKEditor5ImageController reuse FileUploadHandler
Closed
requested to merge issue/drupal-3388985:3388985-make-ckeditor5imagecontroller-reuse into 11.x
All threads resolved!
Compare changes
@@ -9,20 +9,21 @@
@@ -35,74 +36,62 @@
public function __construct(FileSystemInterface $fileSystem, AccountInterface | FileUploadHandler $fileUploadHandler, MimeTypeGuesserInterface | LockBackendInterface $mime_type_guesser, LockBackendInterface $lock = NULL, EventDispatcherInterface $event_dispatcher = NULL, FileValidatorInterface $file_validator = NULL) {
@@ -111,11 +100,8 @@ public function __construct(FileSystemInterface $file_system, AccountInterface $
@@ -132,52 +118,26 @@ public static function create(ContainerInterface $container) {
@@ -187,31 +147,23 @@ public function upload(Request $request) {
@@ -219,6 +171,28 @@ public function upload(Request $request) {
@@ -239,48 +213,6 @@ public function imageUploadEnabledAccess(Editor $editor) {
@@ -291,7+223,7 @@