function ConfigInstaller::isSyncing
Gets the syncing state.
Return value
bool Returns TRUE is syncing flag set.
Overrides ConfigInstallerInterface::isSyncing
File
-
core/
lib/ Drupal/ Core/ ProxyClass/ Config/ ConfigInstaller.php, line 122
Class
- ConfigInstaller
- Provides a proxy class for \Drupal\Core\Config\ConfigInstaller.
Namespace
Drupal\Core\ProxyClass\ConfigCode
public function isSyncing() {
return $this->lazyLoadItself()
->isSyncing();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.