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\TemplateCode
public function getActiveTheme() {
  return $this->themeManager
    ->getActiveTheme()
    ->getName();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.