ThemeInstaller::themeRegistryRebuild

protected ThemeInstaller::themeRegistryRebuild()

Wraps drupal_theme_rebuild().

File

core/lib/Drupal/Core/Extension/ThemeInstaller.php, line 290

Class

ThemeInstaller
Manages theme installation/uninstallation.

Namespace

Drupal\Core\Extension

Code

protected function themeRegistryRebuild() {
  drupal_theme_rebuild();
}
doc_Drupal
2016-10-29 09:48:11
Comments
Leave a Comment

Please login to continue.