public function WebformThemeManagerInterface::getThemeNames in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformThemeManagerInterface.php \Drupal\webform\WebformThemeManagerInterface::getThemeNames()
Get themes as associative array.
Return value
array An associative array containing theme name.
1 method overrides WebformThemeManagerInterface::getThemeNames()
- WebformThemeManager::getThemeNames in src/
WebformThemeManager.php - Get themes as associative array.
File
- src/
WebformThemeManagerInterface.php, line 24
Class
- WebformThemeManagerInterface
- Defines an interface for theme manager classes.
Namespace
Drupal\webformCode
public function getThemeNames();