function views_handler_field_broken::query
Called to add the field to a query.
Overrides views_handler_field::query
File
- 
              handlers/
views_handler_field.inc, line 1661  
Class
- views_handler_field_broken
 - A special handler to take the place of missing or broken handlers.
 
Code
public function query($group_by = FALSE) {
  // No query to run.
}