You are here

protected property Block::$blockManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/display/Block.php \Drupal\views\Plugin\views\display\Block::blockManager

The block manager.

Type: \Drupal\Core\Block\BlockManagerInterface

File

core/modules/views/src/Plugin/views/display/Block.php, line 60

Class

Block
The plugin that handles a block.

Namespace

Drupal\views\Plugin\views\display

Code

protected $blockManager;