function ConfigManager::createSnapshot
Same name in other branches
- 9 core/lib/Drupal/Core/Config/ConfigManager.php \Drupal\Core\Config\ConfigManager::createSnapshot()
- 8.9.x core/lib/Drupal/Core/Config/ConfigManager.php \Drupal\Core\Config\ConfigManager::createSnapshot()
- 10 core/lib/Drupal/Core/Config/ConfigManager.php \Drupal\Core\Config\ConfigManager::createSnapshot()
Overrides ConfigManagerInterface::createSnapshot
File
-
core/
lib/ Drupal/ Core/ Config/ ConfigManager.php, line 195
Class
- ConfigManager
- The ConfigManager provides helper functions for the configuration system.
Namespace
Drupal\Core\ConfigCode
public function createSnapshot(StorageInterface $source_storage, StorageInterface $snapshot_storage) {
self::replaceStorageContents($source_storage, $snapshot_storage);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.