Commit 92e176d4 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

(cherry picked from commit 0e61d218)
parent 580535ba
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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.
   *