You are here

public property ViewUI::$editing in Views (for Drupal 7) 8.3

Indicates if a view is currently being edited.

Type: bool

File

views_ui/lib/Drupal/views_ui/ViewUI.php, line 22
Definition of Drupal\views_ui\ViewUI.

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public $editing = FALSE;