You are here

cache_example.routing.yml in Examples for Developers 3.x

modules/cache_example/cache_example.routing.yml

File

modules/cache_example/cache_example.routing.yml
View source
  1. cache_example.description:
  2. path: '/examples/cache-example'
  3. defaults:
  4. _form: '\Drupal\cache_example\Form\CacheExampleForm'
  5. requirements:
  6. _permission: 'access content'