You are here

function views_handler_field_math::query in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 6.3 handlers/views_handler_field_math.inc \views_handler_field_math::query()
  2. 7.3 handlers/views_handler_field_math.inc \views_handler_field_math::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

handlers/views_handler_field_math.inc, line 72

Class

views_handler_field_math
Render a mathematical expression as a numeric value

Code

function query() {
}