public function Storage::reset in Configuration Management 7.2
2 calls to Storage::reset()
- Storage::reLoad in lib/
Drupal/ configuration/ Storage/ Storage.php - Storage::__construct in lib/
Drupal/ configuration/ Storage/ Storage.php
File
- lib/
Drupal/ configuration/ Storage/ Storage.php, line 93 - Definition of Drupal\configuration\Storage\Storage.
Class
Namespace
Drupal\configuration\StorageCode
public function reset() {
$this->hash = '';
$this->loaded = FALSE;
$this->dependencies = array();
$this->optional_configurations = array();
$this->data = NULL;
$this->api_version = '0.0.0';
}