public ThemeHandlerInterface::setDefault($theme)
Sets a new default theme.
Parameters
string $theme: The new default theme.
Return value
$this
File
- core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php, line 169
Class
- ThemeHandlerInterface
- Manages the list of available themes.
Namespace
Drupal\Core\Extension
Code
public function setDefault($theme);
Please login to continue.