You are here

public function WebformThemeManagerInterface::isActiveTheme in Webform 6.x

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

Determine if a theme name is being used the active or base theme.

Parameters

string $theme_name: A theme name.

Return value

bool TRUE if a theme name is being used the active or base theme.

1 method overrides WebformThemeManagerInterface::isActiveTheme()
WebformThemeManager::isActiveTheme in src/WebformThemeManager.php
Determine if a theme name is being used the active or base theme.

File

src/WebformThemeManagerInterface.php, line 51

Class

WebformThemeManagerInterface
Defines an interface for theme manager classes.

Namespace

Drupal\webform

Code

public function isActiveTheme($theme_name);