InstallerThemeEngineExtensionList.php
Same filename in other branches
Namespace
Drupal\Core\InstallerFile
-
core/
lib/ Drupal/ Core/ Installer/ InstallerThemeEngineExtensionList.php
View 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
Title | Deprecated | Summary |
---|---|---|
InstallerThemeEngineExtensionList | Overrides the theme engine extension list to have a static cache. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.