W3cubDocs

/Drupal 8

public function ThemeHandlerInterface::refreshInfo

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();

© 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!ThemeHandlerInterface.php/function/ThemeHandlerInterface::refreshInfo/8.1.x