You are here

public function WebformThemeManagerInterface::hasActiveTheme in Webform 6.x

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

Determine if the current request has an active theme.

Return value

bool TRUE if the current request has an active theme.

1 method overrides WebformThemeManagerInterface::hasActiveTheme()
WebformThemeManager::hasActiveTheme in src/WebformThemeManager.php
Determine if the current request has an active theme.

File

src/WebformThemeManagerInterface.php, line 40

Class

WebformThemeManagerInterface
Defines an interface for theme manager classes.

Namespace

Drupal\webform

Code

public function hasActiveTheme();