You are here

protected property ConfigSnapshotSubscriber::$snapshotStorage in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php \Drupal\Core\EventSubscriber\ConfigSnapshotSubscriber::snapshotStorage

The snapshot storage used to write configuration changes.

Type: \Drupal\Core\Config\StorageInterface

File

core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php, line 40
Contains \Drupal\Core\EventSubscriber\ConfigSnapshotSubscriber.

Class

ConfigSnapshotSubscriber
Create a snapshot when config is imported.

Namespace

Drupal\Core\EventSubscriber

Code

protected $snapshotStorage;