public ViewUI::setSyncing($syncing)
Sets the status of the isSyncing flag.
Parameters
bool $status: The status of the sync flag.
Return value
$this
Overrides ConfigEntityInterface::setSyncing
File
- core/modules/views_ui/src/ViewUI.php, line 182
Class
- ViewUI
- Stores UI related temporary settings.
Namespace
Drupal\views_ui
Code
public function setSyncing($syncing) { $this->isSyncing = $syncing; }
Please login to continue.