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.ymlView source
- services:
- access_check.bat_fullcalendar.event_management_access:
- class: Drupal\bat_fullcalendar\Access\EventManagementAccessCheck
- arguments: ['@entity_type.manager']
- tags:
- - { name: access_check, applies_to: _event_management_access }
-
- bat_fullcalendar.fixed_state_event_formatter:
- class: Drupal\bat_fullcalendar\FullCalendarFixedStateEventFormatter
- arguments: ['@current_user', '@module_handler']
-
- bat_fullcalendar.open_state_event_formatter:
- class: Drupal\bat_fullcalendar\FullCalendarOpenStateEventFormatter
- arguments: ['@current_user', '@config.factory', '@module_handler', '@entity_type.manager']