You are here

protected property ViewUI::$additionalQueries in Zircon Profile 8.0

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 123
Contains \Drupal\views_ui\ViewUI.

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

protected $additionalQueries;