You are here

public function linkit_picker_handler_field_term_info::query in Linkit Picker 7.2

Same name and namespace in other branches
  1. 6 includes/linkit_picker_handler_field_term_info.inc \linkit_picker_handler_field_term_info::query()
  2. 7.3 includes/linkit_picker_handler_field_term_info.inc \linkit_picker_handler_field_term_info::query()
  3. 7 includes/linkit_picker_handler_field_term_info.inc \linkit_picker_handler_field_term_info::query()

Override but do nothing.

Overrides views_handler_field::query

See also

views_handler_field::query()

File

includes/linkit_picker_handler_field_term_info.inc, line 15
Provides a handler that builds the string for term links we what to use with Linkit core.

Class

linkit_picker_handler_field_term_info
@file Provides a handler that builds the string for term links we what to use with Linkit core.

Code

public function query() {

  // Do nothing, as this handler does not need to
  // do anything to the query itself.
}