Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ThemeInitialization.php

function ThemeInitialization::initTheme

Overrides ThemeInitializationInterface::initTheme

File

core/lib/Drupal/Core/Theme/ThemeInitialization.php, line 72

Class

ThemeInitialization
Provides the theme initialization logic.

Namespace

Drupal\Core\Theme

Code

public function initTheme($theme_name) {
    $active_theme = $this->getActiveThemeByName($theme_name);
    $this->loadActiveTheme($active_theme);
    return $active_theme;
}
RSS feed
Powered by Drupal