You are here

function rooms_booking_handler_unit_filter::init in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

Provide some extra help to get the operator/value easier to use.

This likely has to be overridden by filters which are more complex than simple operator/value.

Overrides views_handler_filter_many_to_one::init

File

modules/rooms_booking/views/rooms_booking_handler_unit_filter.inc, line 8

Class

rooms_booking_handler_unit_filter
@file

Code

function init(&$view, &$options) {
  parent::init($view, $options);
}