BlockListController::__construct

public BlockListController::__construct(ThemeHandlerInterface $theme_handler)

Constructs the BlockListController.

Parameters

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

File

core/modules/block/src/Controller/BlockListController.php, line 29

Class

BlockListController
Defines a controller to list blocks.

Namespace

Drupal\block\Controller

Code

public function __construct(ThemeHandlerInterface $theme_handler) {
  $this->themeHandler = $theme_handler;
}
doc_Drupal
2016-10-29 08:47:45
Comments
Leave a Comment

Please login to continue.