DrupalKernel::$themeList

Holds the list of enabled themes from core.extension config.

An associative array whose keys are theme names and whose values are ignored.

Type: array|null

File

core/lib/Drupal/Core/DrupalKernel.php, line 174

Class

DrupalKernel
The DrupalKernel class is the core of Drupal itself.

Namespace

Drupal\Core

Code

protected ?array $themeList;

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