You are here

public function ThemeHandlerInterface::reset in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php \Drupal\Core\Extension\ThemeHandlerInterface::reset()
  2. 10 core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php \Drupal\Core\Extension\ThemeHandlerInterface::reset()

Resets the internal state of the theme handler.

1 method overrides ThemeHandlerInterface::reset()
ThemeHandler::reset in core/lib/Drupal/Core/Extension/ThemeHandler.php
Resets the internal state of the theme handler.

File

core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php, line 115

Class

ThemeHandlerInterface
Manages the list of available themes.

Namespace

Drupal\Core\Extension

Code

public function reset();