public function ConfigInstaller::isSyncing in Zircon Profile 8.0
Same name in this branch
- 8.0 core/lib/Drupal/Core/Config/ConfigInstaller.php \Drupal\Core\Config\ConfigInstaller::isSyncing()
- 8.0 core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php \Drupal\Core\ProxyClass\Config\ConfigInstaller::isSyncing()
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Config/ConfigInstaller.php \Drupal\Core\Config\ConfigInstaller::isSyncing()
Gets the syncing state.
Return value
bool Returns TRUE is syncing flag set.
Overrides ConfigInstallerInterface::isSyncing
3 calls to ConfigInstaller::isSyncing()
- ConfigInstaller::checkConfigurationToInstall in core/
lib/ Drupal/ Core/ Config/ ConfigInstaller.php - Checks the configuration that will be installed for an extension.
- ConfigInstaller::createConfiguration in core/
lib/ Drupal/ Core/ Config/ ConfigInstaller.php - Creates configuration in a collection based on the provided list.
- ConfigInstaller::installDefaultConfig in core/
lib/ Drupal/ Core/ Config/ ConfigInstaller.php - Installs the default configuration of a given extension.
File
- core/
lib/ Drupal/ Core/ Config/ ConfigInstaller.php, line 385 - Contains \Drupal\Core\Config\ConfigInstaller.
Class
Namespace
Drupal\Core\ConfigCode
public function isSyncing() {
return $this->isSyncing;
}