Problem/Motivation
Dynamic properties are deprecated in PHP 8.2. We get this error:
Deprecated function: Creation of dynamic property Drupal\taxonomy_enum\ComputedTaxonomyEnum::$value is deprecated in Drupal\Core\TypedData\TypedData->setValue() (line 102 of core/lib/Drupal/Core/TypedData/TypedData.php)
Proposed resolution
Looking at how other modules fixed this, adding $value as a class variable seems to fix it: https://www.drupal.org/project/publication_date/issues/3328575
Issue fork taxonomy_enum-3454246
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
dieterholvoet commentedComment #5
beerendlauwers commentedWorks!
Comment #7
dieterholvoet commented