Deprecated function: Creation of dynamic property Drupal\tca\FormManglerService::$tcaSettingsManager is deprecated in Drupal\tca\FormManglerService->__construct() (line 57 of modules/contrib/tca/src/FormManglerService.php).
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 3503663-dynamic-property-fix.patch | 1.11 KB | tavib47 |
Issue fork tca-3503663
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:
- 3503663-dynamic-property-fix
changes, plain diff MR !9
- 3503663-creation-of-dynamic
compare
Comments
Comment #2
tavib47 commentedComment #7
tavib47 commentedhttps://git.drupalcode.org/project/tca/-/merge_requests/9
Comment #8
joelseguinI've applied the patch on version 3.0.2 and it worked perfectly.
I am on Drupal 10 and was getting plenty of warnings without this patch applied.
Comment #9
mauro_ commentedConfirming the patch from #7 resolves the issue on PHP 8.3 D10.6.5
Comment #10
mauro_ commentedCreated a new release which resolves the issue as well. Didn't merge directly because of it, but thanks for the contributions @tavib47 and @joelseguin
Comment #12
mauro_ commented