public function StyleguideThemeNegotiator::__construct in Style Guide 8
Same name and namespace in other branches
- 2.x src/Theme/StyleguideThemeNegotiator.php \Drupal\styleguide\Theme\StyleguideThemeNegotiator::__construct()
StyleguideThemeNegotiator constructor.
Parameters
\Drupal\Core\Extension\ThemeHandlerInterface $theme_handler: The theme handler service.
File
- src/
Theme/ StyleguideThemeNegotiator.php, line 36
Class
- StyleguideThemeNegotiator
- The Styleguide Theme Negotiator.
Namespace
Drupal\styleguide\ThemeCode
public function __construct(ThemeHandlerInterface $theme_handler) {
$this->themeHandler = $theme_handler;
}