You are here

function views_handler_field_block::query in Views block area 7

Called to add the field to a query.

Overrides views_handler_field::query

File

views/handlers/views_handler_field_block.inc, line 8
Block area handlers. Insert a block inside of an area.

Class

views_handler_field_block
@file Block area handlers. Insert a block inside of an area.

Code

function query() {

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