You are here

simplenews_scheduler.routing.yml in Simplenews Scheduler 8

Same filename and directory in other branches
  1. 2.0.x simplenews_scheduler.routing.yml

File

simplenews_scheduler.routing.yml
View source
  1. simplenews_scheduler.node_page:
  2. path: '/node/{node}/editions'
  3. defaults:
  4. _title: 'Scheduled newsletter editions'
  5. _controller: '\Drupal\simplenews_scheduler\Controller\EditionsController::nodeEditionsPage'
  6. requirements:
  7. _custom_access: '\Drupal\simplenews_scheduler\Controller\EditionsController::checkAccess'
  8. options:
  9. _admin_route: TRUE