Deprecated function
Drupal 10.0.4, PHP 8.2.3
Deprecated function: Creation of dynamic property Drupal\paragraphs_browser\Plugin\Field\FieldWidget\InlineParagraphsBrowserWidget::$uuid is deprecated in Drupal\paragraphs_browser\Plugin\Field\FieldWidget\InlineParagraphsBrowserWidget->formMultipleElements() (line 119 of modules/contrib/paragraphs_browser/src/Plugin/Field/FieldWidget/InlineParagraphsBrowserWidgetTrait.php).
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | paragraphs-browser-php82-uuid-deprecation-warning.patch | 1.04 KB | rang501 |
Issue fork paragraphs_browser-3347934
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
rang501 commentedThis patch should fix it.
Comment #4
gallegodavid commentedChecked #3 patch and resolves the issue.
Comment #5
bohus ulrychPatch works with Drupal 10.1.2 and PHP 8.2.8
It would safe time to release new module version, I spend few minutes searching for solution how to fix this error warning message.
Comment #6
oknateComment #7
jimafisk commentedPatch in #3 worked. Thank you!
Comment #8
rymcveighPatch #3 works for me as well.
I tested on:
drupal/paragraphs_browser: 1.1.0
drupal/core: 10.2.3
It would be soooo nice to get this merged in.
Comment #12
kgatzby commentedApplied #3. Thanks for your help everyone!