Skip to content
Snippets Groups Projects

Issue #2707689: NodeForm::actions() checks for delete access on new entities

1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
  • 0e61d218
    Issue #3056409 by rkostov, larowlan, maximpodorov:... · 0e61d218
    catch authored
    Issue #3056409 by rkostov, larowlan, maximpodorov: BlockRepository::contextHandler is created dynamically
@@ -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.
*
Loading