You are here

protected function ThemeInstaller::themeRegistryRebuild in Drupal 8

Same name and namespace in other branches
  1. 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\Extension

Code

protected function themeRegistryRebuild() {
  drupal_theme_rebuild();
}