function CategoryAutocompleteController::__construct

Same name in other branches
  1. 8.9.x core/modules/block/src/Controller/CategoryAutocompleteController.php \Drupal\block\Controller\CategoryAutocompleteController::__construct()
  2. 10 core/modules/block/src/Controller/CategoryAutocompleteController.php \Drupal\block\Controller\CategoryAutocompleteController::__construct()
  3. 11.x core/modules/block/src/Controller/CategoryAutocompleteController.php \Drupal\block\Controller\CategoryAutocompleteController::__construct()

Constructs a new CategoryAutocompleteController.

Parameters

\Drupal\Core\Block\BlockManagerInterface $block_manager: The block manager.

File

core/modules/block/src/Controller/CategoryAutocompleteController.php, line 30

Class

CategoryAutocompleteController
Returns autocomplete responses for block categories.

Namespace

Drupal\block\Controller

Code

public function __construct(BlockManagerInterface $block_manager) {
    $this->blockManager = $block_manager;
}

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