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

public function setDefault($theme);
doc_Drupal
2016-10-29 09:48:04
Comments
Leave a Comment

Please login to continue.