You are here

public function views_handler_field_links::query in Views (for Drupal 7) 7.3

Called to add the field to a query.

Overrides views_handler_field::query

File

handlers/views_handler_field_links.inc, line 153
Definition of views_handler_field_links.

Class

views_handler_field_links
A abstract handler which provides a collection of links.

Code

public function query() {
}