You are here

public function views_handler_filter_dynamic_fields::has_extra_options in Views Dynamic Fields 7

Enables handler options.

Overrides views_handler::has_extra_options

File

handlers/views_handler_filter_dynamic_fields.inc, line 23
Views dynamic fields filter handler.

Class

views_handler_filter_dynamic_fields
Simple filter to pick and choose the fields to show in the view.

Code

public function has_extra_options() {
  return TRUE;
}