You are here

ckeditor_uploadimage.routing.yml in CKEditor Upload Image 8.2

Same filename and directory in other branches
  1. 8 ckeditor_uploadimage.routing.yml

File

ckeditor_uploadimage.routing.yml
View source
  1. ckeditor_uploadimage.save:
  2. path: '/ckeditor_uploadimage/save_file'
  3. defaults:
  4. _controller: '\Drupal\ckeditor_uploadimage\Controller\CKEditorUploadImageController::saveFile'
  5. requirements:
  6. _permission: 'use ckeditor_uploadimage'