public function ConfigInstallerInterface::isSyncing in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Config/ConfigInstallerInterface.php \Drupal\Core\Config\ConfigInstallerInterface::isSyncing()
Gets the syncing state.
Return value
bool Returns TRUE is syncing flag set.
2 methods override ConfigInstallerInterface::isSyncing()
- ConfigInstaller::isSyncing in core/
lib/ Drupal/ Core/ Config/ ConfigInstaller.php - Gets the syncing state.
- ConfigInstaller::isSyncing in core/
lib/ Drupal/ Core/ ProxyClass/ Config/ ConfigInstaller.php - Gets the syncing state.
File
- core/
lib/ Drupal/ Core/ Config/ ConfigInstallerInterface.php, line 98 - Contains \Drupal\Core\Config\ConfigInstallerInterface.
Class
- ConfigInstallerInterface
- Interface for classes that install config.
Namespace
Drupal\Core\ConfigCode
public function isSyncing();