You are here

function linkit_picker_handler_field_node_info::query in Linkit Picker 7

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.2 includes/linkit_picker_handler_field_node_info.inc \linkit_picker_handler_field_node_info::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/linkit_picker_handler_field_node_info.inc, line 10
Provides a handler that builds the string for node links we what to use with Linkit core.

Class

linkit_picker_handler_field_node_info
@file

Code

function query() {

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