[PHP 8.2] Creation of dynamic property deprecation notice

Created on 27 November 2024, 4 months ago

Problem/Motivation

Since PHP 8.2, setting dynamic properties on classes is deprecated and throws some notices:

Deprecated function: Creation of dynamic property Drupal\\select_translation\\Plugin\\views\\filter\\SelectTranslation::$valueTitle is deprecated in Drupal\\select_translation\\Plugin\\views\\filter\\SelectTranslation->init() (line 62 of modules/contrib/select_translation/src/Plugin/views/filter/SelectTranslation.php).

I believe this module uses $this->valueTitle as an old artifact from extending \Drupal\views\Plugin\views\filter\InOperator in early development stages. Now this \Drupal\select_translation\Plugin\views\filter\SelectTranslation->valueTitle property is dynamically set and never used.

Proposed resolution

Remove this call.

📌 Task
Status

Active

Version

2.0

Component

Code

Created by

🇫🇷France duaelfr Montpellier, France

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