You are here

bat_event_ui.module in Booking and Availability Management Tools for Drupal 8

Same filename and directory in other branches
  1. 7 modules/bat_event_ui/bat_event_ui.module

Manages events for Units and displaying dates on the jquery FullCalendar plugin.

File

modules/bat_event_ui/bat_event_ui.module
View 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

Namesort descending Description
BAT_EVENT_CALENDAR_ADMIN_STYLE @file Manages events for Units and displaying dates on the jquery FullCalendar plugin.
BAT_EVENT_CALENDAR_GENERIC_STYLE