function SynchronizableInterface::setSyncing
Sets the status of the synchronization flag.
Parameters
bool $status: The status of the synchronization flag.
Return value
$this
1 method overrides SynchronizableInterface::setSyncing()
- ViewUI::setSyncing in core/
modules/ views_ui/ src/ ViewUI.php - Sets the status of the synchronization flag.
File
-
core/
lib/ Drupal/ Core/ Entity/ SynchronizableInterface.php, line 18
Class
- SynchronizableInterface
- Defines methods for an entity that supports synchronization.
Namespace
Drupal\Core\EntityCode
public function setSyncing($status);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.