Problem/Motivation
Creation of dynamic property Drupal\printable\Form\FormatConfigurationFormPdf::$moduleHandler is deprecated
Steps to reproduce
Drupal 10.1.2, PHP 8.2.8
Proposed resolution
/**
* The module handler.
*
* @var \Drupal\Core\Extension\ModuleHandlerInterface
*/
protected $moduleHandler;
Issue fork printable-3383498
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
nigelcunningham commentedThanks for the message and patch Derek. PHP 8.2 already! That's going to be causing you a lot of pain, but I suppose we have to do it!
Comment #5
nigelcunningham commented