You are here

function views_current_path_views_handler_field_current_path::query in Views Current Path (Global: Current Path) 7

Called to add the field to a query.

Overrides views_handler_field::query

File

handlers/views_handler_field_current_path.inc, line 18
Definition of views_handler_field_current_path.

Class

views_current_path_views_handler_field_current_path
Views field handler for current path.

Code

function query() {

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