fullcalendar.routing.yml in FullCalendar 8.2
File
fullcalendar.routing.yml
View source
- fullcalendar.settings:
- path: '/admin/config/user-interface/fullcalendar'
- defaults:
- _form: '\Drupal\fullcalendar\Form\SettingsForm'
- _title: 'FullCalendar'
- requirements:
- _permission: 'administer site configuration'
-
- fullcalendar.update:
- path: '/fullcalendar/ajax/update/drop/{entity_type}/{entity}/{field}/{index}'
- defaults:
- _controller: '\Drupal\fullcalendar\Controller\UpdateController::drop'
- requirements:
- _access_fullcalendar_update: 'TRUE'
- options:
- parameters:
- entity:
- type: entity:{entity_type}
-
- fullcalendar.results:
- path: '/fullcalendar/ajax/results/{view}/{display_id}'
- defaults:
- _controller: '\Drupal\fullcalendar\Controller\ResultsController::getResults'
- requirements:
- _permission: 'access content'
- options:
- parameters:
- view:
- type: entity:view