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

public function setSyncing($syncing) {
  $this->isSyncing = $syncing;
}
doc_Drupal
2016-10-29 09:56:05
Comments
Leave a Comment

Please login to continue.