public function BlockController::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/block/src/Controller/BlockController.php \Drupal\block\Controller\BlockController::__construct()
Constructs a new BlockController instance.
Parameters
\Drupal\Core\Extension\ThemeHandlerInterface $theme_handler: The theme handler.
File
- core/
modules/ block/ src/ Controller/ BlockController.php, line 34 - Contains \Drupal\block\Controller\BlockController.
Class
- BlockController
- Controller routines for admin block routes.
Namespace
Drupal\block\ControllerCode
public function __construct(ThemeHandlerInterface $theme_handler) {
$this->themeHandler = $theme_handler;
}