You are here

public function WebformThemeManagerInterface::setCurrentTheme in Webform 6.x

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

Sets the current theme the theme.

Parameters

string $theme_name: (optional) A theme name. Defaults the default theme.

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

File

src/WebformThemeManagerInterface.php, line 59

Class

WebformThemeManagerInterface
Defines an interface for theme manager classes.

Namespace

Drupal\webform

Code

public function setCurrentTheme($theme_name = NULL);