bat-8.x-1.x-dev/modules/bat_fullcalendar/bat_fullcalendar.services.yml
modules/bat_fullcalendar/bat_fullcalendar.services.yml
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']
