You are here

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.yml
View source
  1. services:
  2. access_check.bat_event.add:
  3. class: Drupal\bat_event\Access\EventAddAccessCheck
  4. arguments: ['@entity_type.manager']
  5. tags:
  6. - { name: access_check, applies_to: _event_add_access }