You are here

coffee.routing.yml in Coffee 8

File

coffee.routing.yml
View source
  1. coffee.configuration:
  2. path: '/admin/config/user-interface/coffee'
  3. defaults:
  4. _form: 'Drupal\coffee\Form\CoffeeConfigurationForm'
  5. _title: 'Coffee configuration'
  6. requirements:
  7. _permission: 'administer coffee'
  8. coffee.get_data:
  9. path: '/admin/coffee/get-data'
  10. defaults:
  11. _controller: 'Drupal\coffee\Controller\CoffeeController::coffeeData'
  12. requirements:
  13. _permission: 'access coffee'