fullcalendar_view.services.yml in Fullcalendar View 8.3
Same filename and directory in other branches
File
fullcalendar_view.services.ymlView source
- services:
- # Timezone conversion service.
- fullcalendar_view.timezone_conversion_service:
- class: Drupal\fullcalendar_view\TimezoneService
-
- # Taxonomy color service.
- fullcalendar_view.taxonomy_color:
- class: Drupal\fullcalendar_view\TaxonomyColor
- arguments: ['@entity_type.manager']
-
- # View preprocess service.
- fullcalendar_view.view_preprocess:
- class: Drupal\fullcalendar_view\FullcalendarViewPreprocess
-
- # View processor plugin.
- plugin.manager.fullcalendar_view_processor:
- class: Drupal\fullcalendar_view\Plugin\FullcalendarViewProcessorManager
- parent: default_plugin_manager