You are here

plupload.routing.yml in Plupload integration 8

Same filename and directory in other branches
  1. 2.0.x plupload.routing.yml

File

plupload.routing.yml
View source
  1. plupload.upload:
  2. path: '/plupload-handle-uploads'
  3. defaults:
  4. _controller: '\Drupal\plupload\UploadController::handleUploads'
  5. _title: 'Handles uploads'
  6. requirements:
  7. _permission: 'access content'
  8. _csrf_token: 'TRUE'