service dropzonejs.upload_handler in DropzoneJS 8.2
Same name and namespace in other branches
- 8 dropzonejs.services.yml \dropzonejs.upload_handler
Class
Drupal\dropzonejs\UploadHandler3 string references to dropzonejs.upload_handler
- DropzoneJsUploadControllerTest::testDropzoneJsUploadController in tests/
src/ Kernel/ DropzoneJsUploadControllerTest.php - Test that DropzoneJS correctly handles uploads.
- DropzoneJsUploadControllerTest::testIgnoreTransliteration in tests/
src/ Kernel/ DropzoneJsUploadControllerTest.php - Tests that DropzoneJS ignores filename transliteration.
- UploadController::create in src/
Controller/ UploadController.php - Instantiates a new instance of this class.
File
View source
- class: Drupal\dropzonejs\UploadHandler
- arguments:
- - '@request_stack'
- - '@config.factory'
- - '@transliteration'
- - '@language_manager'