ConfigSync::$themeHandler

The theme handler. Type: \Drupal\Core\Extension\ThemeHandlerInterface File core/modules/config/src/Form/ConfigSync.php, line 88 Class ConfigSync Construct the storage changes in a configuration synchronization form. Namespace Drupal\config\Form Code protected $themeHandler;

ConfigSync::$syncStorage

The sync configuration object. Type: \Drupal\Core\Config\StorageInterface File core/modules/config/src/Form/ConfigSync.php, line 39 Class ConfigSync Construct the storage changes in a configuration synchronization form. Namespace Drupal\config\Form Code protected $syncStorage;

ConfigSync::$snapshotStorage

The snapshot configuration object. Type: \Drupal\Core\Config\StorageInterface File core/modules/config/src/Form/ConfigSync.php, line 53 Class ConfigSync Construct the storage changes in a configuration synchronization form. Namespace Drupal\config\Form Code protected $snapshotStorage;

ConfigSync::$renderer

The renderer. Type: \Drupal\Core\Render\RendererInterface File core/modules/config/src/Form/ConfigSync.php, line 102 Class ConfigSync Construct the storage changes in a configuration synchronization form. Namespace Drupal\config\Form Code protected $renderer;

ConfigSync::$moduleInstaller

The module installer. Type: \Drupal\Core\Extension\ModuleInstallerInterface File core/modules/config/src/Form/ConfigSync.php, line 95 Class ConfigSync Construct the storage changes in a configuration synchronization form. Namespace Drupal\config\Form Code protected $moduleInstaller;

ConfigSync::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/modules/config/src/Form/ConfigSync.php, line 81 Class ConfigSync Construct the storage changes in a configuration synchronization form. Namespace Drupal\config\Form Code protected $moduleHandler;

ConfigSync::$lock

The database lock object. Type: \Drupal\Core\Lock\LockBackendInterface File core/modules/config/src/Form/ConfigSync.php, line 32 Class ConfigSync Construct the storage changes in a configuration synchronization form. Namespace Drupal\config\Form Code protected $lock;

ConfigSync::$eventDispatcher

Event dispatcher. Type: \Symfony\Component\EventDispatcher\EventDispatcherInterface File core/modules/config/src/Form/ConfigSync.php, line 60 Class ConfigSync Construct the storage changes in a configuration synchronization form. Namespace Drupal\config\Form Code protected $eventDispatcher;

ConfigSync::$configManager

The configuration manager. Type: \Drupal\Core\Config\ConfigManagerInterface; File core/modules/config/src/Form/ConfigSync.php, line 67 Class ConfigSync Construct the storage changes in a configuration synchronization form. Namespace Drupal\config\Form Code protected $configManager;

ConfigSync::$activeStorage

The active configuration object. Type: \Drupal\Core\Config\StorageInterface File core/modules/config/src/Form/ConfigSync.php, line 46 Class ConfigSync Construct the storage changes in a configuration synchronization form. Namespace Drupal\config\Form Code protected $activeStorage;