/**
  * Creates a config snapshot.
  *
  * @param \Drupal\Core\Config\ConfigImporterEvent $event
  *   The Event to process.
  */
 public function onConfigImporterImport(ConfigImporterEvent $event)
 {
     $this->configManager->createSnapshot($this->sourceStorage, $this->snapshotStorage);
 }