You are here

protected property ViewUI::$additionalQueries in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::additionalQueries

Stores a list of database queries run beside the main one from views.

Type: array

See also

\Drupal\Core\Database\Log

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

protected $additionalQueries;