function ThemeInstaller::themeRegistryRebuild
Same name in other branches
- 9 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 322
Class
- ThemeInstaller
- Manages theme installation/uninstallation.
Namespace
Drupal\Core\ExtensionCode
protected function themeRegistryRebuild() {
drupal_theme_rebuild();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.