public ThemeHandler::reset()
Resets the internal state of the theme handler.
Overrides ThemeHandlerInterface::reset
File
- core/lib/Drupal/Core/Extension/ThemeHandler.php, line 237
Class
- ThemeHandler
- Default theme handler using the config system to store installation statuses.
Namespace
Drupal\Core\Extension
Code
public function reset() { $this->systemListReset(); $this->list = NULL; }
Please login to continue.