Deprecation messages with PHP 8.2: Creation of dynamic property Drupal\languages_dropdown\Plugin\Derivative\LangDropBootstrapDeriver::$basePluginId is deprecated

Created on 8 October 2023, 9 months ago
Updated 26 November 2023, 7 months ago

Problem/Motivation

I'm running a Drupal 10 instance on PHP 8.2 and I see these warnings:

Message Deprecated function: Creation of dynamic property Drupal\languages_dropdown\Plugin\Derivative\LangDropBootstrapDeriver::$basePluginId is deprecated in Drupal\languages_dropdown\Plugin\Derivative\LangDropBootstrapDeriver->__construct() (line 38 of /var/www/html/web/modules/contrib/languages_dropdown/src/Plugin/Derivative/LangDropBootstrapDeriver.php)

Steps to reproduce

By going to /admin/modules and perhaps other admin pages, will trigger the warning

Proposed resolution

The class property $basePluginId wasn't declared, in PHP 8, all class properties must be declared before use,

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡¨πŸ‡¦Canada danrod

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024