You are here

function hook_bat_event_constraints_info in Booking and Availability Management Tools for Drupal 7

Same name and namespace in other branches
  1. 8 modules/bat_event/bat_event.api.php \hook_bat_event_constraints_info()

Allow modules to define event constraints.

1 invocation of hook_bat_event_constraints_info()
bat_event_constraints_get_info in modules/bat_event/bat_event.module

File

modules/bat_event/bat_event.api.php, line 38
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.

Code

function hook_bat_event_constraints_info() {

  // No example.
}