public InstallerKernel::resetConfigStorage()
Reset the bootstrap config storage.
Use this from a database driver runTasks() if the method overrides the bootstrap config storage. Normally the bootstrap config storage is not re-instantiated during a single install request. Most drivers will not need this method.
\Drupal\Core\Database\Install\Tasks::runTasks()
public function resetConfigStorage() {
$this->configStorage = NULL;
}
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Installer!InstallerKernel.php/function/InstallerKernel::resetConfigStorage/8.1.x