public function ThemeUpdater::postInstall

public ThemeUpdater::postInstall()

Perform actions after installation.

Overrides Updater::postInstall

File

modules/system/system.updater.inc, line 137
Subclasses of the Updater class to update Drupal core knows how to update. At this time, only modules and themes are supported.

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

}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!system!system.updater.inc/function/ThemeUpdater::postInstall/7.x