protected function ThemeInstaller::themeRegistryRebuild in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Extension/ThemeInstaller.php \Drupal\Core\Extension\ThemeInstaller::themeRegistryRebuild()
Wraps drupal_theme_rebuild().
1 call to ThemeInstaller::themeRegistryRebuild()
- ThemeInstaller::resetSystem in core/
lib/ Drupal/ Core/ Extension/ ThemeInstaller.php - Resets some other systems like rebuilding the route information or caches.
File
- core/
lib/ Drupal/ Core/ Extension/ ThemeInstaller.php, line 295 - Contains \Drupal\Core\Extension\ThemeInstaller.
Class
- ThemeInstaller
- Manages theme installation/uninstallation.
Namespace
Drupal\Core\ExtensionCode
protected function themeRegistryRebuild() {
drupal_theme_rebuild();
}