Deprecated function: Creation of dynamic property Drupal\taxonomy_enum\ComputedTaxonomyEnum::$value

Created on 12 June 2024, 10 months ago
Updated 29 June 2024, 10 months ago

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 📌 Fix PHP 8.2 deprecation issue with PublishedAtOrNowComputed class Fixed

🐛 Bug report
Status

Fixed

Version

1.1

Component

Code

Created by

🇧🇪Belgium beerendlauwers

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024