function ConfigInstallerInterface::setSyncing
Same name in other branches
- 9 core/lib/Drupal/Core/Config/ConfigInstallerInterface.php \Drupal\Core\Config\ConfigInstallerInterface::setSyncing()
- 10 core/lib/Drupal/Core/Config/ConfigInstallerInterface.php \Drupal\Core\Config\ConfigInstallerInterface::setSyncing()
- 11.x core/lib/Drupal/Core/Config/ConfigInstallerInterface.php \Drupal\Core\Config\ConfigInstallerInterface::setSyncing()
Sets the status of the isSyncing flag.
Parameters
bool $status: The status of the sync flag.
Return value
$this
2 methods override ConfigInstallerInterface::setSyncing()
- ConfigInstaller::setSyncing in core/
lib/ Drupal/ Core/ ProxyClass/ Config/ ConfigInstaller.php - Sets the status of the isSyncing flag.
- ConfigInstaller::setSyncing in core/
lib/ Drupal/ Core/ Config/ ConfigInstaller.php - Sets the status of the isSyncing flag.
File
-
core/
lib/ Drupal/ Core/ Config/ ConfigInstallerInterface.php, line 95
Class
- ConfigInstallerInterface
- Interface for classes that install config.
Namespace
Drupal\Core\ConfigCode
public function setSyncing($status);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.