public ThemeHandlerInterface::refreshInfo()
Refreshes the theme info data of currently installed themes.
Modules can alter theme info, so this is typically called after a module has been installed or uninstalled.
File
- core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php, line 110
Class
- ThemeHandlerInterface
- Manages the list of available themes.
Namespace
Drupal\Core\Extension
Code
public function refreshInfo();
Please login to continue.