You are here

appointment_calendar.routing.yml in Appointment Calendar 8

File

appointment_calendar.routing.yml
View source
  1. appointment_calendar.subscribers:
  2. path: /admin/config/appointment-calendar/settings
  3. defaults:
  4. _title: 'Appointment Calendar'
  5. _form: \Drupal\appointment_calendar\Form\AppointmentCalendarForm
  6. requirements:
  7. _permission: 'access appointment calendar settings page'
  8. appointment_calendar.list_page:
  9. path: /admin/config/appointment-calendar/settings/list-date
  10. defaults:
  11. _title: 'Appointment Calendar Listing Page'
  12. _form: \Drupal\appointment_calendar\Form\AppointmentCalendarListForm
  13. requirements:
  14. _permission: 'access appointment calendar list page'
  15. appointment_calendar.view:
  16. path: /admin/appointment-calendar/view
  17. defaults:
  18. _title: 'Appointment Calendar View'
  19. _form: \Drupal\appointment_calendar\Form\AppointmentCalendarViewForm
  20. requirements:
  21. _permission: 'access appointment calendar view page'
  22. appointment_calendar.edit:
  23. path: /admin/appointment-calendar/edit
  24. defaults:
  25. _title: 'Appointment Calendar Edit'
  26. _form: \Drupal\appointment_calendar\Form\AppointmentCalendarEditForm
  27. requirements:
  28. _permission: 'access appointment calendar edit page'
  29. appointment_calendar.delete:
  30. path: /admin/appointment-calendar/delete
  31. defaults:
  32. _title: 'Appointment Calendar Delete'
  33. _form: \Drupal\appointment_calendar\Form\AppointmentCalendarDeleteForm
  34. requirements:
  35. _permission: 'access appointment calendar delete page'