ViewUI::startQueryCapture

public 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 500

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function startQueryCapture() {
  Database::startLog('views');
}
doc_Drupal
2016-10-29 09:56:06
Comments
Leave a Comment

Please login to continue.