file_test.routing.yml
Same filename in other branches
File
-
core/
modules/ file/ tests/ file_test/ file_test.routing.yml
View source
- file.test:
- path: '/file-test/upload'
- defaults:
- _form: '\Drupal\file_test\Form\FileTestForm'
- requirements:
- _access: 'TRUE'
- file.save_upload_from_form_test:
- path: '/file-test/save_upload_from_form_test'
- defaults:
- _form: '\Drupal\file_test\Form\FileTestSaveUploadFromForm'
- requirements:
- _access: 'TRUE'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.