You are here

service dropzonejs.upload_handler in DropzoneJS 8.2

Same name and namespace in other branches
  1. 8 dropzonejs.services.yml \dropzonejs.upload_handler

Class

Drupal\dropzonejs\UploadHandler
3 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

./dropzonejs.services.yml
dropzonejs.services.yml

View source
  1. class: Drupal\dropzonejs\UploadHandler
  2. arguments:
  3. - '@request_stack'
  4. - '@config.factory'
  5. - '@transliteration'
  6. - '@language_manager'