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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.