function hook_bat_event_constraints_info_alter in Booking and Availability Management Tools for Drupal 7
Same name and namespace in other branches
- 8 modules/bat_event/bat_event.api.php \hook_bat_event_constraints_info_alter()
Allow modules to alter defined event constraints.
Parameters
array $constraints_info:
1 invocation of hook_bat_event_constraints_info_alter()
- bat_event_constraints_get_info in modules/
bat_event/ bat_event.module
File
- modules/
bat_event/ bat_event.api.php, line 47 - 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_alter($constraints_info) {
// No example.
}