You are here

comment_notify.routing.yml in Comment Notify 8

File

comment_notify.routing.yml
View source
  1. comment_notify.settings:
  2. path: /admin/config/people/comment_notify
  3. defaults:
  4. _title: Comment notification
  5. _form: \Drupal\comment_notify\Form\CommentNotifySettings
  6. requirements:
  7. _permission: 'administer comment notify'
  8. comment_notify.unsubscribe:
  9. path: /admin/config/people/comment_notify/unsubscribe
  10. defaults:
  11. _title: Unsubscribe from comment notifications
  12. _form: \Drupal\comment_notify\Form\CommentNotifyUnsubscribe
  13. requirements:
  14. _permission: 'administer comment notify'
  15. comment_notify.disable:
  16. path: '/comment_notify/disable/{hash}'
  17. defaults:
  18. _title: 'Disable comment notification'
  19. _controller: '\Drupal\comment_notify\Controller\CommentNotifyController::disable'
  20. requirements:
  21. _permission: 'access content'