Skip to content
Snippets Groups Projects
Commit 0e61d218 authored by catch's avatar catch
Browse files

Issue #3056409 by rkostov, larowlan, maximpodorov:...

Issue #3056409 by rkostov, larowlan, maximpodorov: BlockRepository::contextHandler is created dynamically
parent b9fd8ef3
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,13 @@ class BlockRepository implements BlockRepositoryInterface {
*/
protected $themeManager;
/**
* The context handler.
*
* @var \Drupal\Core\Plugin\Context\ContextHandlerInterface
*/
protected $contextHandler;
/**
* Constructs a new BlockRepository.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment