function ThemeHandlerInterface::reset

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php \Drupal\Core\Extension\ThemeHandlerInterface::reset()
  2. 8.9.x core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php \Drupal\Core\Extension\ThemeHandlerInterface::reset()
  3. 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 70

Class

ThemeHandlerInterface
Manages the list of available themes.

Namespace

Drupal\Core\Extension

Code

public function reset();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.