file_example.routing.yml
1 string reference to YAML keys in file_example.routing.yml
- _examples_toolbar_routes in ./
examples.module - Get a list of toolbar links for testing toolbar routes.
File
-
modules/
file_example/ file_example.routing.yml
View source
- # Main page for our example.
- file_example.fileapi:
- path: '/examples/file_example'
- defaults:
- _form: '\Drupal\file_example\Form\FileExampleReadWriteForm'
- _title: 'File Example: Use the File API to read/write a file'
- requirements:
- _permission: 'use file example'