function Sql::clearFields

Removes 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/src/Plugin/views/query/Sql.php, line 889

Class

Sql
Views query plugin for an SQL query.

Namespace

Drupal\views\Plugin\views\query

Code

public function clearFields() {
  $this->fields = [];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.