You are here

public function views_handler_filter_dynamic_fields::query in Views Dynamic Fields 7

Do nothing in the query.

This function needs to be defined and left to do nothing.

Overrides views_handler_filter::query

See also

\views\handler\views_handler_filter::query()

File

handlers/views_handler_filter_dynamic_fields.inc, line 662
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 query() {
}