Returns the theme of this theme settings object.
Return value
string
The theme of this theme settings object.
File
- drupal/core/lib/Drupal/Core/Theme/ThemeSettings.php, line 48
- Contains \Drupal\Core\Theme\ThemeSettings.
Class
- ThemeSettings
- Defines the default theme settings object.
Namespace
Drupal\Core\Theme
Code
public function getTheme() {
return $this->theme;
}