You are here

public function ConfigInstallerInterface::isSyncing in Drupal 10

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

1 method overrides ConfigInstallerInterface::isSyncing()
ConfigInstaller::isSyncing in core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php
Gets the syncing state.

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();