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

Breadcrumb

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

function TwigExtension::getActiveTheme

Gets the name of the active theme.

Return value

string The name of the active theme.

File

core/lib/Drupal/Core/Template/TwigExtension.php, line 308

Class

TwigExtension
A class providing Drupal Twig extensions.

Namespace

Drupal\Core\Template

Code

public function getActiveTheme() {
    return $this->themeManager
        ->getActiveTheme()
        ->getName();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal