You are here

protected property CategoryAutocompleteController::$blockManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/block/src/Controller/CategoryAutocompleteController.php \Drupal\block\Controller\CategoryAutocompleteController::blockManager

The block manager.

Type: \Drupal\Core\Block\BlockManagerInterface

File

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

Class

CategoryAutocompleteController
Returns autocomplete responses for block categories.

Namespace

Drupal\block\Controller

Code

protected $blockManager;