protected function 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();
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Extension!ThemeInstaller.php/function/ThemeInstaller::themeRegistryRebuild/8.1.x