You are here

protected property BlockBase::$blockManager in Display Suite 8.2

Same name and namespace in other branches
  1. 8.4 src/Plugin/DsField/BlockBase.php \Drupal\ds\Plugin\DsField\BlockBase::blockManager
  2. 8.3 src/Plugin/DsField/BlockBase.php \Drupal\ds\Plugin\DsField\BlockBase::blockManager

The BlockManager service.

Type: \Drupal\Core\Block\BlockManagerInterface

File

src/Plugin/DsField/BlockBase.php, line 30

Class

BlockBase
The base plugin to create DS block fields.

Namespace

Drupal\ds\Plugin\DsField

Code

protected $blockManager;