You are here

constant ConfigSplitCliService::ALREADY_IMPORTING in Configuration Split 2.0.x

Same name and namespace in other branches
  1. 8 src/ConfigSplitCliService.php \Drupal\config_split\ConfigSplitCliService::ALREADY_IMPORTING

The return value indicating that the import is already in progress.

File

src/ConfigSplitCliService.php, line 33

Class

ConfigSplitCliService
The CLI service class for interoperability.

Namespace

Drupal\config_split

Code

const ALREADY_IMPORTING = 'already_importing';