You are here

fullcalendar_view.services.yml in Fullcalendar View 8.2

File

fullcalendar_view.services.yml
View source
  1. services:
  2. # Timezone conversion service
  3. fullcalendar_view.timezone_conversion_service:
  4. class: Drupal\fullcalendar_view\TimezoneService
  5. # Taxonomy color service
  6. fullcalendar_view.taxonomy_color:
  7. class: Drupal\fullcalendar_view\TaxonomyColor
  8. arguments: ['@entity_type.manager']