public ThemeInitializationInterface::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.
File
- core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php, line 47
Class
- ThemeInitializationInterface
- Defines an interface which contain theme initialization logic.
Namespace
Drupal\Core\Theme
Code
public function loadActiveTheme(ActiveTheme $active_theme);
Please login to continue.