You are here

protected property BlockBase::$contextRepository in Display Suite 8.4

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

The context repository interface.

Type: \Drupal\Core\Plugin\Context\ContextRepositoryInterface

File

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

Class

BlockBase
The base plugin to create DS block fields.

Namespace

Drupal\ds\Plugin\DsField

Code

protected $contextRepository;