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.
\Drupal\Core\Theme\ActiveTheme $active_theme: The theme to load.
public function loadActiveTheme(ActiveTheme $active_theme);
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Theme!ThemeInitializationInterface.php/function/ThemeInitializationInterface::loadActiveTheme/8.1.x