Drupal\block\BlockRepository class should define contextHandler field. Currently it is created dynamically in the class constructor.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | core-fix_block-module_contexthandler-is-dynamic_3056409-2_d8.patch | 614 bytes | rkostov |
Drupal\block\BlockRepository class should define contextHandler field. Currently it is created dynamically in the class constructor.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | core-fix_block-module_contexthandler-is-dynamic_3056409-2_d8.patch | 614 bytes | rkostov |
Comments
Comment #2
rkostov commentedFix.
Comment #3
rkostov commentedComment #6
larowlanComment #7
larowlanConfirmed that there is no contextHandler property on this class and that it doesn't extend another class that defines it. Similarly it doesn't use any traits that define it.
Comment #9
catchCommitted/pushed to 9.4.x and cherry-picked to 9.3.x, thanks!