ViewUI::$isSyncing

Same name and namespace in other branches
  1. 9 core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::isSyncing
  2. 8.9.x core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::isSyncing
  3. 10 core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::isSyncing

Whether the config is being synced through the import process.

This is the case with create, update or delete.

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 $isSyncing = FALSE;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.