Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ThemeHandler.php

function ThemeHandler::reset

Overrides ThemeHandlerInterface::reset

1 call to ThemeHandler::reset()
ThemeHandler::refreshInfo in core/lib/Drupal/Core/Extension/ThemeHandler.php
Refreshes the theme info data of currently installed themes.

File

core/lib/Drupal/Core/Extension/ThemeHandler.php, line 128

Class

ThemeHandler
Default theme handler using the config system to store installation statuses.

Namespace

Drupal\Core\Extension

Code

public function reset() {
    $this->themeList
        ->reset();
    $this->list = NULL;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal