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