public function Theme::postInstall

Overrides Drupal\Core\Updater\Updater::postInstall().

Overrides Updater::postInstall

File

drupal/core/lib/Drupal/Core/Updater/Theme.php, line 74
Definition of Drupal\Core\Updater\Theme.

Class

Theme
Defines a class for updating themes using Drupal\Core\FileTransfer\FileTransfer classes via authorize.php.

Namespace

Drupal\Core\Updater

Code

public function postInstall() {

  // Update the theme info.
  clearstatcache();
  system_rebuild_theme_data();
}