function Theme::postInstall

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Updater/Theme.php \Drupal\Core\Updater\Theme::postInstall()
  2. 8.9.x core/lib/Drupal/Core/Updater/Theme.php \Drupal\Core\Updater\Theme::postInstall()
  3. 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 83

Class

Theme
Defines a class for updating themes.

Namespace

Drupal\Core\Updater

Code

public function postInstall() {
    // Update the theme info.
    clearstatcache();
    \Drupal::service('extension.list.theme')->reset();
}

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