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

1
2
3
public function startQueryCapture() {
  Database::startLog('views');
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.