You are here

function hook_bat_options_price_options_alter in Booking and Availability Management Tools for Drupal 7

Allow other modules to alter price options.

1 invocation of hook_bat_options_price_options_alter()
bat_options_price_options in modules/bat_options/bat_options.module
Returns the available price options for booking_unit options field.

File

modules/bat_options/bat_options.api.php, line 13
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_options_price_options_alter(&$options) {

  // No example.
}