public function ThemeLocalTask::__construct in Zircon Profile 8
Same name in this branch
- 8 core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php \Drupal\block\Plugin\Derivative\ThemeLocalTask::__construct()
- 8 core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php \Drupal\system\Plugin\Derivative\ThemeLocalTask::__construct()
Same name and namespace in other branches
- 8.0 core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php \Drupal\system\Plugin\Derivative\ThemeLocalTask::__construct()
Constructs a new ThemeLocalTask instance.
Parameters
\Drupal\Core\Extension\ThemeHandlerInterface $theme_handler: The theme handler.
File
- core/
modules/ system/ src/ Plugin/ Derivative/ ThemeLocalTask.php, line 33 - Contains \Drupal\system\Plugin\Derivative\ThemeLocalTask.
Class
- ThemeLocalTask
- Provides dynamic tabs based on active themes.
Namespace
Drupal\system\Plugin\DerivativeCode
public function __construct(ThemeHandlerInterface $theme_handler) {
$this->themeHandler = $theme_handler;
}