ViewUI::setSyncing

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

1
2
3
public function setSyncing($syncing) {
  $this->isSyncing = $syncing;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.