You are here

charts_api_example.routing.yml in Charts 8.3

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'