function ViewUI::startQueryCapture

Same name and namespace in other branches
  1. 11.x core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::startQueryCapture()

Set up query capturing.

\Drupal\Core\Database\Database stores the queries that it runs, if logging is enabled.

See also

ViewUI::endQueryCapture()

File

core/modules/views_ui/src/ViewUI.php, line 510

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function startQueryCapture() {
  Database::startLog('views');
}

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