Problem/Motivation
There is a deprecation warning in WrapperManager in PHP 8.2:
Deprecated function: Creation of dynamic property Drupal\field_token_value\WrapperManager::$themeHandler is deprecated in Drupal\field_token_value\WrapperManager->__construct() (line 81 of modules/contrib/field_token_value/src/WrapperManager.php).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3368368-02.patch | 443 bytes | jhedstrom |
Issue fork field_token_value-3368368
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 #2
jhedstromAdding a patch for use with composer.
Comment #4
liam morlandSimple patch. Looks good. Code works. I do not have a PHP 8.2 instance to use to test if the deprecation message is removed but I am confident that it would be.
Comment #7
haydent commentedApologies for the delay, have merged this in. Thanks heaps for reporting.