You are here

protected property ConfigSyncSnapshotter::$configManager in Configuration Synchronizer 8.2

Same name and namespace in other branches
  1. 8 src/ConfigSyncSnapshotter.php \Drupal\config_sync\ConfigSyncSnapshotter::configManager

The configuration manager.

Type: \Drupal\Core\Config\ConfigManagerInterface

File

src/ConfigSyncSnapshotter.php, line 49

Class

ConfigSyncSnapshotter
The ConfigSyncSnapshotter provides helper functions for taking snapshots of extension-provided configuration.

Namespace

Drupal\config_sync

Code

protected $configManager;