fullcalendar_options.routing.yml in FullCalendar 8
Same filename and directory in other branches
fullcalendar_options/fullcalendar_options.routing.yml
4 string references to YAML keys in fullcalendar_options.routing.yml
- fullcalendar_options_help in fullcalendar_options/
fullcalendar_options.module - Implements hook_help().
- SettingsForm::buildForm in fullcalendar_options/
src/ Form/ SettingsForm.php - Form constructor.
- SettingsForm::getEditableConfigNames in fullcalendar_options/
src/ Form/ SettingsForm.php - Gets the configuration names that will be editable.
- SettingsForm::submitForm in fullcalendar_options/
src/ Form/ SettingsForm.php - Form submission handler.
File
fullcalendar_options/fullcalendar_options.routing.ymlView source
- fullcalendar_options.settings:
- path: '/admin/config/user-interface/fullcalendar/options'
- defaults:
- _form: '\Drupal\fullcalendar_options\Form\SettingsForm'
- requirements:
- _permission: 'administer site configuration'