ViewUI::$storage

The View storage object. Type: \Drupal\views\ViewEntityInterface File core/modules/views_ui/src/ViewUI.php, line 94 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code protected $storage;

ViewUI::$render_time

How long the view takes to render in microseconds. Type: float File core/modules/views_ui/src/ViewUI.php, line 46 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code public $render_time;

ViewUI::$renderPreview

File core/modules/views_ui/src/ViewUI.php, line 87 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code public $renderPreview = FALSE;

ViewUI::$editing

Indicates if a view is currently being edited. Type: bool File core/modules/views_ui/src/ViewUI.php, line 32 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code public $editing = FALSE;

ViewUI::$isUninstalling

Whether the config is being deleted through the uninstall process. Type: bool File core/modules/views_ui/src/ViewUI.php, line 136 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code private $isUninstalling = FALSE;

ViewUI::$live_preview

Is the view run in a context of the preview in the admin interface. Type: bool File core/modules/views_ui/src/ViewUI.php, line 85 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code public $live_preview;

ViewUI::$isSyncing

Whether the config is being created, updated or deleted through the import process. Type: bool File core/modules/views_ui/src/ViewUI.php, line 129 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code private $isSyncing = FALSE;

ViewUI::$lock

If this view is locked for editing. If this view is locked it will contain the result of \Drupal\user\SharedTempStore::getMetadata(). Which can be a stdClass or NULL. Type: stdClass File core/modules/views_ui/src/ViewUI.php, line 57 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code public $lock;

ViewUI::$forms

Contains an array of form keys and their respective classes. Type: array File core/modules/views_ui/src/ViewUI.php, line 110 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code public static $forms = array( 'add-handler' => '\Drupal\views_ui\Form\Ajax\AddItem', 'analyze' => '\Drupal\views_ui\Form\Ajax\Analyze', 'handler' => '\Drupal\views_ui\Form\Ajax\ConfigHandler', 'handler-extra' => '\Drupal\views_ui\Form\Ajax\ConfigHandlerExtra',

ViewUI

Stores UI related temporary settings. Hierarchy class \Drupal\views_ui\ViewUI implements ViewEntityInterface File core/modules/views_ui/src/ViewUI.php, line 25 Namespace Drupal\views_ui Members Name Modifiers Type Description ViewUI::$additionalQueries protected property Stores a list of database queries run beside the main one from views. ViewUI::$changed public property If this view has been changed. ViewUI::$changed_display public property Stores an ar