You are here

bat_fullcalendar.services.yml in Booking and Availability Management Tools for Drupal 8

modules/bat_fullcalendar/bat_fullcalendar.services.yml

File

modules/bat_fullcalendar/bat_fullcalendar.services.yml
View source
  1. services:
  2. access_check.bat_fullcalendar.event_management_access:
  3. class: Drupal\bat_fullcalendar\Access\EventManagementAccessCheck
  4. arguments: ['@entity_type.manager']
  5. tags:
  6. - { name: access_check, applies_to: _event_management_access }
  7. bat_fullcalendar.fixed_state_event_formatter:
  8. class: Drupal\bat_fullcalendar\FullCalendarFixedStateEventFormatter
  9. arguments: ['@current_user', '@module_handler']
  10. bat_fullcalendar.open_state_event_formatter:
  11. class: Drupal\bat_fullcalendar\FullCalendarOpenStateEventFormatter
  12. arguments: ['@current_user', '@config.factory', '@module_handler', '@entity_type.manager']