InstallerKernel::resetConfigStorage

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.

See also

\Drupal\Core\Database\Install\Tasks::runTasks()

File

core/lib/Drupal/Core/Installer/InstallerKernel.php, line 32

Class

InstallerKernel
Extend DrupalKernel to handle force some kernel behaviors.

Namespace

Drupal\Core\Installer

Code

public function resetConfigStorage() {
  $this->configStorage = NULL;
}
doc_Drupal
2016-10-29 09:20:52
Comments
Leave a Comment

Please login to continue.