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

Breadcrumb

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

function TwigExtension::getActiveThemePath

Gets the path of the active theme.

Return value

string The path to the active theme.

File

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

Class

TwigExtension
A class providing Drupal Twig extensions.

Namespace

Drupal\Core\Template

Code

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

API Navigation

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