ThemeHandlerInterface::addTheme

public ThemeHandlerInterface::addTheme(Extension $theme)

Adds a theme extension to the internal listing.

Parameters

\Drupal\Core\Extension\Extension $theme: The theme extension.

File

core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php, line 102

Class

ThemeHandlerInterface
Manages the list of available themes.

Namespace

Drupal\Core\Extension

Code

public function addTheme(Extension $theme);
doc_Drupal
2016-10-29 09:48:02
Comments
Leave a Comment

Please login to continue.