bat_event_ui.module in Booking and Availability Management Tools for Drupal 8
Same filename and directory in other branches
Manages events for Units and displaying dates on the jquery FullCalendar plugin.
File
modules/bat_event_ui/bat_event_ui.moduleView source
<?php
/**
* @file
* Manages events for Units and displaying dates on the jquery
* FullCalendar plugin.
*/
define('BAT_EVENT_CALENDAR_ADMIN_STYLE', 1);
define('BAT_EVENT_CALENDAR_GENERIC_STYLE', 2);
Constants
Name | Description |
---|---|
BAT_EVENT_CALENDAR_ADMIN_STYLE | @file Manages events for Units and displaying dates on the jquery FullCalendar plugin. |
BAT_EVENT_CALENDAR_GENERIC_STYLE |