function views_handler_field_math::query in Views (for Drupal 7) 6.3
Same name and namespace in other branches
- 6.2 handlers/views_handler_field_math.inc \views_handler_field_math::query()
- 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 77
Class
- views_handler_field_math
- Render a mathematical expression as a numeric value
Code
function query() {
}