You are here

public function WebformThemeManagerInterface::getActiveThemeNames in Webform 6.x

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

Get all active theme names.

Return value

array An array containing the active theme and base theme names.

1 method overrides WebformThemeManagerInterface::getActiveThemeNames()
WebformThemeManager::getActiveThemeNames in src/WebformThemeManager.php
Get all active theme names.

File

src/WebformThemeManagerInterface.php, line 32

Class

WebformThemeManagerInterface
Defines an interface for theme manager classes.

Namespace

Drupal\webform

Code

public function getActiveThemeNames();