public ThemeHandlerInterface::getDefault()
Returns the default theme.
Return value
string The default theme.
File
- core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php, line 159
Class
- ThemeHandlerInterface
- Manages the list of available themes.
Namespace
Drupal\Core\Extension
Code
public function getDefault();
Please login to continue.