You are here

fullcalendar.routing.yml in FullCalendar 8.4

File

fullcalendar.routing.yml
View source
  1. fullcalendar.settings:
  2. path: '/admin/config/user-interface/fullcalendar'
  3. defaults:
  4. _form: '\Drupal\fullcalendar\Form\SettingsForm'
  5. _title: 'FullCalendar'
  6. requirements:
  7. _permission: 'administer site configuration'
  8. fullcalendar.update:
  9. path: '/fullcalendar/ajax/update/drop/{entity_type}/{entity}/{field}/{index}'
  10. defaults:
  11. _controller: '\Drupal\fullcalendar\Controller\UpdateController::drop'
  12. requirements:
  13. _access_fullcalendar_update: 'TRUE'
  14. options:
  15. parameters:
  16. entity:
  17. type: entity:{entity_type}
  18. fullcalendar.results:
  19. path: '/fullcalendar/ajax/results/{view}/{display_id}'
  20. defaults:
  21. _controller: '\Drupal\fullcalendar\Controller\ResultsController::getResults'
  22. requirements:
  23. _permission: 'access content'
  24. options:
  25. parameters:
  26. view:
  27. type: entity:view