public function ThemeSwitcherRule::getVisibility in Theme Switcher Rules 8
Return the switchers.
Return value
array The switchers.
Overrides ThemeSwitcherRuleInterface::getVisibility
File
- src/
Entity/ ThemeSwitcherRule.php, line 140
Class
- ThemeSwitcherRule
- Defines the Theme Switcher Rule entity.
Namespace
Drupal\theme_switcher\EntityCode
public function getVisibility() {
return $this
->getVisibilityConditions()
->getConfiguration();
}