function ThemeUpdater::postInstall

Overrides Updater::postInstall

File

modules/system/system.updater.inc, line 137

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();
}

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