1 views_plugin_query_default.inc | views_plugin_query_default::clear_fields() |
Remove all fields that may have been added; primarily used for summary mode where we're changing the query because we didn't get data we needed.
File
- core/
modules/ views/ plugins/ views_plugin_query_default.inc, line 826 - Defines the default query object.
Class
- views_plugin_query_default
- Object used to create a SELECT query.
Code
function clear_fields() {
$this->fields = array();
}