function 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 468

Class

ConfigInstaller

Namespace

Drupal\Core\Config

Code

public function isSyncing() {
  return $this->isSyncing;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.