1.20.x system.updater.inc public LayoutUpdater::postInstall()

Perform actions after installation.

Overrides Updater::postInstall

File

modules/system/system.updater.inc, line 223
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();
}