ViewUI::$stack

Stores a stack of UI forms to display. Type: array File core/modules/views_ui/src/ViewUI.php, line 78 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code public $stack;

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::$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::$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::$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::$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::$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::$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::$changed_display

Stores an array of displays that have been changed. Type: array File core/modules/views_ui/src/ViewUI.php, line 39 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code public $changed_display;