You are here

public function linkit_picker_handler_field_node_info::query in Linkit Picker 7.2

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

Override but do nothing.

Overrides views_handler_field::query

See also

views_handler_field::query()

File

includes/linkit_picker_handler_field_node_info.inc, line 14
Provides a handler that builds the string for node links.

Class

linkit_picker_handler_field_node_info
@file Provides a handler that builds the string for node links.

Code

public function query() {

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