| bat.api.php | bat.api.php |  | This file contains no working PHP code; it exists to provide additional
documentation for doxygen as well as to document hooks in the standard
Drupal manner. | 
          
                  | bat.info | bat.info |  | name = BAT - Booking and Availability Management Tools
description = A generic booking framework for building booking applications
core = 7.x
php = 5.3.9
package = BAT
dependencies[] = date
dependencies[] = date_api
dependencies[] =… | 
          
                  | bat.install | bat.install |  | Install, update and uninstall functions for the basic BAT module. | 
          
                  | bat.module | bat.module |  | Provides basic underlying functionality and configuration options used
by all BAT modules. | 
          
                  | BatStateSearchAPIQuery.php | modules/bat_facets/src/BatStateSearchAPIQuery.php |  |  | 
          
                  | BatStateWidget.php | modules/bat_facets/src/BatStateWidget.php |  |  | 
          
                  | bat_booking.admin.inc | modules/bat_booking/bat_booking.admin.inc |  | BatBooking editing UI. | 
          
                  | bat_booking.info | modules/bat_booking/bat_booking.info |  | name = BAT Booking
description = BAT Booking
core = 7.x
package = BAT
dependencies[] = bat_event
files[] = bat_booking.admin.inc
files[] = bat_booking_type.admin.inc
files[] = views/bat_booking.views.inc
files[] =… | 
          
                  | bat_booking.install | modules/bat_booking/bat_booking.install |  | Install, update and uninstall functions for the BAT Booking module. | 
          
                  | bat_booking.module | modules/bat_booking/bat_booking.module |  |  | 
          
                  | bat_booking.tokens.inc | modules/bat_booking/bat_booking.tokens.inc |  | Builds placeholder replacement tokens for booking-related data. | 
          
                  | bat_booking.views.inc | modules/bat_booking/views/bat_booking.views.inc |  |  | 
          
                  | bat_booking_example.info | modules/bat_booking/bat_booking_example/bat_booking_example.info |  | name = BAT Booking Example
description = BAT Booking Example
core = 7.x
package = BAT
dependencies[] = bat_booking
dependencies[] = bat_facets
files[] = views/bat_booking_example.views.inc
files[] = views/bat_booking_example_book_this_field.inc | 
          
                  | bat_booking_example.install | modules/bat_booking/bat_booking_example/bat_booking_example.install |  |  | 
          
                  | bat_booking_example.module | modules/bat_booking/bat_booking_example/bat_booking_example.module |  |  | 
          
                  | bat_booking_example.views.inc | modules/bat_booking/bat_booking_example/views/bat_booking_example.views.inc |  |  | 
          
                  | bat_booking_example_book_this_field.inc | modules/bat_booking/bat_booking_example/views/bat_booking_example_book_this_field.inc |  |  | 
          
                  | bat_booking_handler_delete_link_field.inc | modules/bat_booking/views/bat_booking_handler_delete_link_field.inc |  | Contains a Views field handler to take care of displaying deletes links
as fields. | 
          
                  | bat_booking_handler_edit_link_field.inc | modules/bat_booking/views/bat_booking_handler_edit_link_field.inc |  | Contains a Views field handler to take care of displaying edit links
as fields. | 
          
                  | bat_booking_handler_night_field.inc | modules/bat_booking/views/bat_booking_handler_night_field.inc |  |  | 
          
                  | bat_booking_type.admin.inc | modules/bat_booking/bat_booking_type.admin.inc |  | BatBookingType editing UI. | 
          
                  | bat_calendar_reference.info | modules/bat_calendar_reference/bat_calendar_reference.info |  | name = BAT Calendar Reference
description = Provides a field to reference and display event information on any fieldable entity.
core = 7.x
package = BAT
dependencies[] = bat_fullcalendar | 
          
                  | bat_calendar_reference.install | modules/bat_calendar_reference/bat_calendar_reference.install |  | Install, update and uninstall functions for the bat_calendar_reference
module. | 
          
                  | bat_calendar_reference.module | modules/bat_calendar_reference/bat_calendar_reference.module |  | Defines a field type for referencing event information. | 
          
                  | bat_date_range_fields.css | css/bat_date_range_fields.css |  | /* Theming for unit date range fields. */
.bat-date-range .start-date,
.bat-date-range .end-date {
  display: inline-block;
  clear: none;
  margin: 0;
}
.bat-date-range .start-date {
  margin-right: 20px; /* LTR */
}
/* Start and end date fields… | 
          
                  | bat_event.admin.inc | modules/bat_event/bat_event.admin.inc |  | Unit event editing UI. | 
          
                  | bat_event.api.php | modules/bat_event/bat_event.api.php |  | This file contains no working PHP code; it exists to provide additional
documentation for doxygen as well as to document hooks in the standard
Drupal manner. | 
          
                  | bat_event.info | modules/bat_event/bat_event.info |  | name = BAT Event
description = Create and administer events for BAT.
core = 7.x
package = BAT
dependencies[] = bat_unit
dependencies[] = entityreference
dependencies[] = composer_manager
files[] = bat_event.admin.inc
files[] =… | 
          
                  | bat_event.install | modules/bat_event/bat_event.install |  | Sets up the base table for our entity and a table to store information about
the entity types. | 
          
                  | bat_event.module | modules/bat_event/bat_event.module |  | Manage Events - Events store the EventValue of a Unit over a period of time. | 
          
                  | bat_event.rules.inc | modules/bat_event/bat_event.rules.inc |  |  | 
          
                  | bat_event.tpl.php | modules/bat_event/bat_event.tpl.php |  | A basic template for unit entities | 
          
                  | bat_event.views.inc | modules/bat_event/views/bat_event.views.inc |  | Providing extra functionality for the Unit UI via views. | 
          
                  | bat_event.views_default.inc | modules/bat_event/views/bat_event.views_default.inc |  |  | 
          
                  | bat_event_handler_blocking_filter.inc | modules/bat_event/views/bat_event_handler_blocking_filter.inc |  |  | 
          
                  | bat_event_handler_date_field.inc | modules/bat_event/views/bat_event_handler_date_field.inc |  | A extension of the views date handler to allow for some data transformations. | 
          
                  | bat_event_handler_date_filter.inc | modules/bat_event/views/bat_event_handler_date_filter.inc |  | Filter to handle dates stored as a string. | 
          
                  | bat_event_handler_delete_link_field.inc | modules/bat_event/views/bat_event_handler_delete_link_field.inc |  | Contains a Views field handler to take care of displaying deletes links
as fields | 
          
                  | bat_event_handler_duration_field.inc | modules/bat_event/views/bat_event_handler_duration_field.inc |  |  | 
          
                  | bat_event_handler_edit_link_field.inc | modules/bat_event/views/bat_event_handler_edit_link_field.inc |  | Contains a Views field handler to take care of displaying edit links
as fields | 
          
                  | bat_event_handler_event_operations_field.inc | modules/bat_event/views/bat_event_handler_event_operations_field.inc |  | This field handler aggregates operations that can be done on a event
under a single field providing a more flexible way to present them in a view | 
          
                  | bat_event_handler_event_state_filter.inc | modules/bat_event/views/bat_event_handler_event_state_filter.inc |  |  | 
          
                  | bat_event_handler_event_type_field.inc | modules/bat_event/views/bat_event_handler_event_type_field.inc |  | Contains a Views field handler to take care of displaying the correct label
for event bundles. | 
          
                  | bat_event_handler_link_field.inc | modules/bat_event/views/bat_event_handler_link_field.inc |  | Contains a Views field handler to take care of displaying links to entities
as fields. | 
          
                  | bat_event_handler_value_field.inc | modules/bat_event/views/bat_event_handler_value_field.inc |  |  | 
          
                  | bat_event_type.admin.inc | modules/bat_event/bat_event_type.admin.inc |  | BatEvent type editing UI. | 
          
                  | bat_event_ui.css | modules/bat_event_ui/css/bat_event_ui.css |  | /* Ensure that datepicker is visible in the modal popup. */
#ui-datepicker-div {
  z-index: 1005 !important;
}
#bat-event-ui-event-type-form {
  display: inline-block;
}
#bat-event-ui-event-type-form… | 
          
                  | bat_event_ui.info | modules/bat_event_ui/bat_event_ui.info |  | name = BAT Event UI
description = Interface support to the BAT Event module.
core = 7.x
package = BAT
dependencies[] = bat_event
dependencies[] = bat_fullcalendar | 
          
                  | bat_event_ui.install | modules/bat_event_ui/bat_event_ui.install |  | Install for BAT Event UI module. | 
          
                  | bat_event_ui.module | modules/bat_event_ui/bat_event_ui.module |  | Manages events for Units and displaying dates on the jquery FullCalendar plugin. |