function ThemeInstaller::themeRegistryRebuild

Same name and namespace in other branches
  1. 8.9.x 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 320

Class

ThemeInstaller
Manages theme installation/uninstallation.

Namespace

Drupal\Core\Extension

Code

protected function themeRegistryRebuild() {
    drupal_theme_rebuild();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.