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);
Please login to continue.