public ViewUI::startQueryCapture()
Set up query capturing.
\Drupal\Core\Database\Database stores the queries that it runs, if logging is enabled.
See also
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' ); } |
Please login to continue.