public function SynchronizableInterface::setSyncing in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Entity/SynchronizableInterface.php \Drupal\Core\Entity\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);