public ThemeInitialization::loadActiveTheme(ActiveTheme $active_theme)
Loads a theme, so it is ready to be used.
Loading a theme includes loading and initializing the engine, each base theme and its engines.
Parameters
\Drupal\Core\Theme\ActiveTheme $active_theme: The theme to load.
Overrides ThemeInitializationInterface::loadActiveTheme
File
core/lib/Drupal/Core/Theme/ThemeInitialization.php, line 129
Class
ThemeInitialization Provides the theme initialization logic.
Namespace
Drupal\