You are here

function views_fields_combine_handler_field_combine::query in Views fields combine 7

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/handlers/views_fields_combine_handler_field_combine.inc, line 10
A handler to combine the output of multiple fields into one.

Class

views_fields_combine_handler_field_combine
@file A handler to combine the output of multiple fields into one.

Code

function query() {

  // Do nothing -- to override the parent query.
}