protected function ThemeInstaller::systemListReset in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Extension/ThemeInstaller.php \Drupal\Core\Extension\ThemeInstaller::systemListReset()
Wraps system_list_reset().
2 calls to ThemeInstaller::systemListReset()
- ThemeInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ThemeInstaller.php - Installs a given list of themes.
- 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 302 - Contains \Drupal\Core\Extension\ThemeInstaller.
Class
- ThemeInstaller
- Manages theme installation/uninstallation.
Namespace
Drupal\Core\ExtensionCode
protected function systemListReset() {
system_list_reset();
}