bat_event.services.yml in Booking and Availability Management Tools for Drupal 8
modules/bat_event/bat_event.services.yml
File
modules/bat_event/bat_event.services.ymlView source
- services:
- access_check.bat_event.add:
- class: Drupal\bat_event\Access\EventAddAccessCheck
- arguments: ['@entity_type.manager']
- tags:
- - { name: access_check, applies_to: _event_add_access }