You are here

public function ThemeSwitcherRuleInterface::getAdminTheme in Theme Switcher Rules 8

Gets the admin theme to apply.

Return value

string The switch theme rule admin theme.

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

File

src/ThemeSwitcherRuleInterface.php, line 34

Class

ThemeSwitcherRuleInterface
Provides an interface defining a theme_switcher_rule entity.

Namespace

Drupal\theme_switcher

Code

public function getAdminTheme();