You are here

new_relic_rpm.routing.yml in New Relic 2.x

Same filename and directory in other branches
  1. 8 new_relic_rpm.routing.yml
  2. 2.0.x new_relic_rpm.routing.yml

File

new_relic_rpm.routing.yml
View source
  1. new_relic_rpm.settings:
  2. path: '/admin/config/development/new-relic'
  3. defaults:
  4. _title: 'New Relic'
  5. _form: '\Drupal\new_relic_rpm\Form\NewRelicRpmSettings'
  6. requirements:
  7. _permission: 'administer new relic rpm'
  8. new_relic_rpm.deploy:
  9. path: '/admin/config/development/new-relic/deploy'
  10. defaults:
  11. _title: 'New Relic Deployment'
  12. _form: '\Drupal\new_relic_rpm\Form\NewRelicRpmDeploy'
  13. requirements:
  14. _permission: 'create new relic rpm deployments'