You are here

protected property ConfigSyncSnapshotter::$configCollector in Configuration Synchronizer 8.2

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

The configuration collector.

Type: \Drupal\config_sync\Plugin\SyncConfigCollectorInterface

File

src/ConfigSyncSnapshotter.php, line 35

Class

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

Namespace

Drupal\config_sync

Code

protected $configCollector;