You are here

protected property ActiveTheme::$baseThemes in Drupal 8

An array of base theme active theme objects keyed by name.

Type: static[]

Deprecated

in drupal:8.7.0 and is removed from drupal:9.0.0. Use $this->baseThemeExtensions instead.

See also

https://www.drupal.org/node/3019948

File

core/lib/Drupal/Core/Theme/ActiveTheme.php, line 60

Class

ActiveTheme
Defines a theme and its information needed at runtime.

Namespace

Drupal\Core\Theme

Code

protected $baseThemes;