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