You are here

function views_send_handler_field_selector::query in Views Send 7

Called to add the field to a query.

Overrides views_handler_field::query

File

views/views_send_handler_field_selector.inc, line 23
Views field handler. Outputs a checkbox for selecting a row for email sending. Implements the Views Form API.

Class

views_send_handler_field_selector
@file Views field handler. Outputs a checkbox for selecting a row for email sending. Implements the Views Form API.

Code

function query() {

  // Do nothing.
}