You are here

service bat_date in Booking and Availability Management Tools for Drupal 8

Class

Drupal\bat\ParamConverter\DateParamConverter

Tags

  • paramconverter
3 string references to bat_date
bat_booking_example.routing.yml in modules/bat_booking/bat_booking_example/bat_booking_example.routing.yml
modules/bat_booking/bat_booking_example/bat_booking_example.routing.yml
bat_fullcalendar.routing.yml in modules/bat_fullcalendar/bat_fullcalendar.routing.yml
modules/bat_fullcalendar/bat_fullcalendar.routing.yml
DateParamConverter::applies in src/ParamConverter/DateParamConverter.php
Determines if the converter applies to a specific route and variable.

File

./bat.services.yml
bat.services.yml

View source
  1. class: Drupal\bat\ParamConverter\DateParamConverter
  2. tags:
  3. - { name: paramconverter }