function ConfigInstallerInterface::isSyncing

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/ConfigInstallerInterface.php \Drupal\Core\Config\ConfigInstallerInterface::isSyncing()
  2. 8.9.x core/lib/Drupal/Core/Config/ConfigInstallerInterface.php \Drupal\Core\Config\ConfigInstallerInterface::isSyncing()
  3. 11.x 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.

File

core/lib/Drupal/Core/Config/ConfigInstallerInterface.php, line 104

Class

ConfigInstallerInterface
Interface for classes that install config.

Namespace

Drupal\Core\Config

Code

public function isSyncing();

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