You are here

InstallerThemeExtensionList.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Core/Installer/InstallerThemeExtensionList.php

File

core/lib/Drupal/Core/Installer/InstallerThemeExtensionList.php
View source
<?php

namespace Drupal\Core\Installer;

use Drupal\Core\Extension\ThemeExtensionList;

/**
 * Overrides the theme extension list to have a static cache.
 */
class InstallerThemeExtensionList extends ThemeExtensionList {
  use ExtensionListTrait;

}

Classes

Namesort descending Description
InstallerThemeExtensionList Overrides the theme extension list to have a static cache.