function CKEditor5ImageController::__construct
Same name in other branches
- 9 core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php \Drupal\ckeditor5\Controller\CKEditor5ImageController::__construct()
- 10 core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php \Drupal\ckeditor5\Controller\CKEditor5ImageController::__construct()
Constructs a new CKEditor5ImageController.
Parameters
\Drupal\Core\File\FileSystemInterface $fileSystem: The file system service.
\Drupal\file\Upload\FileUploadHandler $fileUploadHandler: The file upload handler.
\Drupal\Core\Lock\LockBackendInterface $lock: The lock service.
\Drupal\ckeditor5\Plugin\CKEditor5PluginManagerInterface $pluginManager: The CKEditor 5 plugin manager.
File
-
core/
modules/ ckeditor5/ src/ Controller/ CKEditor5ImageController.php, line 49
Class
- CKEditor5ImageController
- Returns response for CKEditor 5 Simple image upload adapter.
Namespace
Drupal\ckeditor5\ControllerCode
public function __construct(FileSystemInterface $fileSystem, FileUploadHandler $fileUploadHandler, LockBackendInterface $lock, CKEditor5PluginManagerInterface $pluginManager) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.