ThemeHandlerInterface::setDefault

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

1
public function setDefault($theme);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.