You are here

public function WebformThemeManagerInterface::setActiveTheme in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformThemeManagerInterface.php \Drupal\webform\WebformThemeManagerInterface::setActiveTheme()

Sets the current theme the active theme.

1 method overrides WebformThemeManagerInterface::setActiveTheme()
WebformThemeManager::setActiveTheme in src/WebformThemeManager.php
Sets the current theme the active theme.

File

src/WebformThemeManagerInterface.php, line 64

Class

WebformThemeManagerInterface
Defines an interface for theme manager classes.

Namespace

Drupal\webform

Code

public function setActiveTheme();