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();
}
Please login to continue.