You are here

public static function AvailabilityAgentFilterInterface::availabilityChangeSearchForm in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

Adds necessary form elements to Change availability search form.

Parameters

array $form: The Change availability search form array.

array $form_state: The Change availability search form state array.

1 method overrides AvailabilityAgentFilterInterface::availabilityChangeSearchForm()
AvailabilityAgentFilterBase::availabilityChangeSearchForm in modules/rooms_booking/includes/rooms_booking.availability_agent_filter.inc
Adds necessary form elements to Change availability search form.

File

modules/rooms_booking/includes/rooms_booking.availability_agent_filter.inc, line 58
Rooms Booking agent filter interfaces and base implementations.

Class

AvailabilityAgentFilterInterface
An availability agent filter receives a set of units and applies a filter to them returning the remainder.

Code

public static function availabilityChangeSearchForm(&$form, &$form_state);