1 system.updater.inc | public LayoutUpdater::postInstall() |
Perform actions after installation.
Overrides Updater::postInstall
File
- core/
modules/ system/ system.updater.inc, line 222 - Subclasses of the Updater class to update Backdrop core, modules, themes, and layouts.
Class
- LayoutUpdater
- Class for updating layouts using FileTransfer classes via authorize.php.
Code
public function postInstall() {
layout_reset_caches();
clearstatcache();
}