function hook_bat_event_constraints_info_alter in Booking and Availability Management Tools for Drupal 8
Same name and namespace in other branches
- 7 modules/bat_event/bat_event.api.php \hook_bat_event_constraints_info_alter()
Allow modules to alter defined event constraints.
Parameters
$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.
}