InstallerThemeEngineExtensionList.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\Core\InstallerFile
core/lib/Drupal/Core/Installer/InstallerThemeEngineExtensionList.phpView source
<?php
namespace Drupal\Core\Installer;
use Drupal\Core\Extension\ThemeEngineExtensionList;
/**
* Overrides the theme engine extension list to have a static cache.
*/
class InstallerThemeEngineExtensionList extends ThemeEngineExtensionList {
use ExtensionListTrait;
}
Classes
Name | Description |
---|---|
InstallerThemeEngineExtensionList | Overrides the theme engine extension list to have a static cache. |