function ModuleHandler::destruct

Overrides DestructableInterface::destruct

File

core/lib/Drupal/Core/Extension/ModuleHandler.php, line 338

Class

ModuleHandler
Class that manages modules in a Drupal installation.

Namespace

Drupal\Core\Extension

Code

public function destruct() {
    $this->writeCache();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.