function BlockController::__construct

Same name in other branches
  1. 8.9.x core/modules/block/src/Controller/BlockController.php \Drupal\block\Controller\BlockController::__construct()
  2. 10 core/modules/block/src/Controller/BlockController.php \Drupal\block\Controller\BlockController::__construct()
  3. 11.x 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 30

Class

BlockController
Controller routines for admin block routes.

Namespace

Drupal\block\Controller

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.