protected function ThemeInstaller::themeRegistryRebuild in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Extension/ThemeInstaller.php \Drupal\Core\Extension\ThemeInstaller::themeRegistryRebuild()
- 9 core/lib/Drupal/Core/Extension/ThemeInstaller.php \Drupal\Core\Extension\ThemeInstaller::themeRegistryRebuild()
Wraps drupal_theme_rebuild().
File
- core/
lib/ Drupal/ Core/ Extension/ ThemeInstaller.php, line 316
Class
- ThemeInstaller
- Manages theme installation/uninstallation.
Namespace
Drupal\Core\ExtensionCode
protected function themeRegistryRebuild() {
drupal_theme_rebuild();
}