You are here

public function ConfigImporterService::__destruct in Config Importer and Tools 8

Same name and namespace in other branches
  1. 8.2 src/ConfigImporterService.php \Drupal\config_import\ConfigImporterService::__destruct()

Restore file cache configuration.

File

src/ConfigImporterService.php, line 172

Class

ConfigImporterService
Class ConfigImporterService.

Namespace

Drupal\config_import

Code

public function __destruct() {
  FileCacheFactory::setConfiguration($this->fileCacheConfig);
}