function Theme::postInstall
Same name in other branches
- 9 core/lib/Drupal/Core/Updater/Theme.php \Drupal\Core\Updater\Theme::postInstall()
- 10 core/lib/Drupal/Core/Updater/Theme.php \Drupal\Core\Updater\Theme::postInstall()
Overrides Updater::postInstall
File
-
core/
lib/ Drupal/ Core/ Updater/ Theme.php, line 80
Class
- Theme
- Defines a class for updating themes using Drupal\Core\FileTransfer\FileTransfer classes via authorize.php.
Namespace
Drupal\Core\UpdaterCode
public function postInstall() {
// Update the theme info.
clearstatcache();
\Drupal::service('theme_handler')->rebuildThemeData();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.