You are here

public function ThemeSwitcherRuleInterface::getTheme in Theme Switcher Rules 8

Gets the theme to apply.

Return value

string The switch theme rule theme.

1 method overrides ThemeSwitcherRuleInterface::getTheme()
ThemeSwitcherRule::getTheme in src/Entity/ThemeSwitcherRule.php
Gets the theme to apply.

File

src/ThemeSwitcherRuleInterface.php, line 26

Class

ThemeSwitcherRuleInterface
Provides an interface defining a theme_switcher_rule entity.

Namespace

Drupal\theme_switcher

Code

public function getTheme();