You are here

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

File

bat.services.yml
View source
  1. services:
  2. bat_date:
  3. class: Drupal\bat\ParamConverter\DateParamConverter
  4. tags:
  5. - { name: paramconverter }
  6. access_check.bat_type_group.add:
  7. class: Drupal\bat\Access\TypeGroupAddAccessCheck
  8. arguments: ['@entity_type.manager']
  9. tags:
  10. - { name: access_check, applies_to: _group_type_add_access }