public ConfigSnapshotSubscriber::__construct(ConfigManagerInterface $config_manager, StorageInterface $source_storage, StorageInterface $snapshot_storage)
Constructs the ConfigSnapshotSubscriber object.
Parameters
StorageInterface $source_storage: The source storage used to discover configuration changes.
StorageInterface $snapshot_storage: The snapshot storage used to write configuration changes.
File
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php, line 45
Class
ConfigS