You are here

constant ConfigSyncListerInterface::UPDATE_MODE_FULL_RESET in Configuration Synchronizer 8.2

Mode in which the active configuration is reset to the provided state.

Unlike ::UPDATE_MODE_PARTIAL_RESET, this mode applies to all provided conifguration--not only what has available updates. Any customizations in the active configuration are discarded.

File

src/ConfigSyncListerInterface.php, line 30

Class

ConfigSyncListerInterface
Provides methods related to config listing.

Namespace

Drupal\config_sync

Code

const UPDATE_MODE_FULL_RESET = 3;