You are here

bat_options.api.php in Booking and Availability Management Tools for Drupal 7

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.

File

modules/bat_options/bat_options.api.php
View source
<?php

/**
 * @file
 * 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.
 */

/**
 * Allow other modules to alter price options.
 */
function hook_bat_options_price_options_alter(&$options) {

  // No example.
}

Functions

Namesort descending Description
hook_bat_options_price_options_alter Allow other modules to alter price options.