Theme::postInstall

public Theme::postInstall()

Performs actions after installation.

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\Updater

Code

public function postInstall() {
  // Update the theme info.
  clearstatcache();
  \Drupal::service('theme_handler')->rebuildThemeData();
}
doc_Drupal
2016-10-29 09:47:51
Comments
Leave a Comment

Please login to continue.