function ActiveTheme::getBaseThemeExtensions
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Theme/ActiveTheme.php \Drupal\Core\Theme\ActiveTheme::getBaseThemeExtensions()
- 10 core/lib/Drupal/Core/Theme/ActiveTheme.php \Drupal\Core\Theme\ActiveTheme::getBaseThemeExtensions()
- 11.x core/lib/Drupal/Core/Theme/ActiveTheme.php \Drupal\Core\Theme\ActiveTheme::getBaseThemeExtensions()
Returns an array of base theme extension objects keyed by name.
The order starts with the base theme of $this and ends with the root of the dependency chain.
Return value
\Drupal\Core\Extension\Extension[]
File
-
core/
lib/ Drupal/ Core/ Theme/ ActiveTheme.php, line 219
Class
- ActiveTheme
- Defines a theme and its information needed at runtime.
Namespace
Drupal\Core\ThemeCode
public function getBaseThemeExtensions() {
return $this->baseThemeExtensions;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.