You are here

public function ThemeLocalTask::__construct in Style Switcher 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/Derivative/ThemeLocalTask.php \Drupal\styleswitcher\Plugin\Derivative\ThemeLocalTask::__construct()

Constructs a new ThemeLocalTask.

Parameters

\Drupal\Core\Extension\ThemeHandlerInterface $theme_handler: The theme handler.

File

src/Plugin/Derivative/ThemeLocalTask.php, line 28

Class

ThemeLocalTask
Provides dynamic tabs based on active themes.

Namespace

Drupal\styleswitcher\Plugin\Derivative

Code

public function __construct(ThemeHandlerInterface $theme_handler) {
  $this->themeHandler = $theme_handler;
}