You are here

function views_handler_field_megarow_links::query in Views Megarow 7

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/views/handlers/views_handler_field_megarow_links.inc, line 9

Class

views_handler_field_megarow_links
Megarow handler that outputs the links which open the megarow.

Code

function query() {

  // Do nothing.
}