You are here

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

If a handler has 'extra options' it will get a little settings widget and another form called extra_options.

Overrides views_handler::has_extra_options

File

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

Class

rooms_booking_handler_unit_filter
@file

Code

function has_extra_options() {
  return TRUE;
}