You are here

firebase.routing.yml in Firebase Push Notification (FCM) 8

Same filename and directory in other branches
  1. 3.0.x firebase.routing.yml

File

firebase.routing.yml
View source
  1. # Administrative page
  2. firebase.configuration:
  3. path: '/admin/config/system/firebase'
  4. defaults:
  5. _form: '\Drupal\firebase\Form\ConfigurationForm'
  6. _title: 'Firebase Push Notification Configuration'
  7. requirements:
  8. _permission: 'administer site configuration'
  9. firebase.help:
  10. path: '/admin/firebase/help'
  11. defaults:
  12. _controller: '\Drupal\firebase\Controller\FirebaseHelpController::index'
  13. _title: 'Help'
  14. requirements:
  15. _permission: 'access content'