function ThemeHandlerInterface::refreshInfo
Same name in other branches
- 9 core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php \Drupal\Core\Extension\ThemeHandlerInterface::refreshInfo()
- 10 core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php \Drupal\Core\Extension\ThemeHandlerInterface::refreshInfo()
- 11.x core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php \Drupal\Core\Extension\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.
1 method overrides ThemeHandlerInterface::refreshInfo()
- ThemeHandler::refreshInfo in core/
lib/ Drupal/ Core/ Extension/ ThemeHandler.php - Refreshes the theme info data of currently installed themes.
File
-
core/
lib/ Drupal/ Core/ Extension/ ThemeHandlerInterface.php, line 110
Class
- ThemeHandlerInterface
- Manages the list of available themes.
Namespace
Drupal\Core\ExtensionCode
public function refreshInfo();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.