public property ViewUI::$lock

If this view is locked for editing.

If this view is locked it will contain the result of \Drupal\user\TempStore::getMetadata(). Which can be a stdClass or NULL.

Type: stdClass

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php, line 67
Definition of Drupal\views_ui\ViewUI.

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public $lock;