You are here

charts_api_example.routing.yml in Charts 8.4

modules/charts_api_example/charts_api_example.routing.yml

File

modules/charts_api_example/charts_api_example.routing.yml
View source
  1. charts_api_example.display:
  2. path: /charts/example/display
  3. defaults:
  4. _controller: '\Drupal\charts_api_example\Controller\ChartsApiExample::display'
  5. _title: 'How to use the Charts API'
  6. requirements:
  7. _permission: 'access content'
  8. charts_api_example.display_two:
  9. path: /charts/example/display-two
  10. defaults:
  11. _controller: '\Drupal\charts_api_example\Controller\ChartsApiExample::displayTwo'
  12. _title: 'How to use the Charts API (Example Two)'
  13. requirements:
  14. _permission: 'access content'