public function ConfigEntityInterface::setSyncing in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::setSyncing()
Sets the status of the isSyncing flag.
Parameters
bool $status: The status of the sync flag.
Return value
$this
2 methods override ConfigEntityInterface::setSyncing()
- ConfigEntityBase::setSyncing in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Sets the status of the isSyncing flag.
- ViewUI::setSyncing in core/
modules/ views_ui/ src/ ViewUI.php - Sets the status of the synchronization flag.
File
- core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityInterface.php, line 52 - Contains \Drupal\Core\Config\Entity\ConfigEntityInterface.
Class
- ConfigEntityInterface
- Defines a common interface for configuration entities.
Namespace
Drupal\Core\Config\EntityCode
public function setSyncing($status);