function ThemeManager::hasActiveTheme
Determines whether there is an active theme.
Return value
bool
Overrides ThemeManagerInterface::hasActiveTheme
File
-
core/
lib/ Drupal/ Core/ Theme/ ThemeManager.php, line 103
Class
- ThemeManager
- Provides the default implementation of a theme manager.
Namespace
Drupal\Core\ThemeCode
public function hasActiveTheme() {
return isset($this->activeTheme);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.