function views_handler_field_custom::query
Same name in other branches
- 6.x-3.x handlers/views_handler_field_custom.inc \views_handler_field_custom::query()
Overrides views_handler_field::query
File
-
handlers/
views_handler_field_custom.inc, line 18
Class
- views_handler_field_custom
- A handler to provide a field that is completely custom by the administrator.
Code
public function query() {
// Do nothing -- to override the parent query.
}