Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BlockController.php

function 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 29

Class

BlockController
Controller routines for admin block routes.

Namespace

Drupal\block\Controller

Code

public function __construct(ThemeHandlerInterface $theme_handler) {
    $this->themeHandler = $theme_handler;
}
RSS feed
Powered by Drupal