You are here

comment_delete.routing.yml in Comment Delete 8

File

comment_delete.routing.yml
View source
  1. comment_delete.admin:
  2. path: '/admin/config/system/comment-delete'
  3. defaults:
  4. _form: '\Drupal\comment_delete\Form\CommentDeleteSettingsForm'
  5. _title: 'Comment Delete'
  6. requirements:
  7. _permission: 'administer comment delete'