ThemeHandler::reset

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;
}
doc_Drupal
2016-10-29 09:48:00
Comments
Leave a Comment

Please login to continue.