function ThemeHandlerInterface::addTheme
Adds a theme extension to the internal listing.
Parameters
\Drupal\Core\Extension\Extension $theme: The theme extension.
1 method overrides ThemeHandlerInterface::addTheme()
- ThemeHandler::addTheme in core/
lib/ Drupal/ Core/ Extension/ ThemeHandler.php - Adds a theme extension to the internal listing.
File
-
core/
lib/ Drupal/ Core/ Extension/ ThemeHandlerInterface.php, line 57
Class
- ThemeHandlerInterface
- Manages the list of available themes.
Namespace
Drupal\Core\ExtensionCode
public function addTheme(Extension $theme);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.