Deprecated function: Creation of dynamic property

Created on 14 June 2023, about 1 year ago
Updated 18 March 2024, 3 months ago

Problem/Motivation

After update to PHP 8.2 there is the following message:
Deprecated function: Creation of dynamic property Drupal\administration_language_negotiation\AdministrationLanguageNegotiationConditionManager::$cacheKeyPrefix is deprecated in Drupal\administration_language_negotiation\AdministrationLanguageNegotiationConditionManager->__construct() (line 49 of modules/contrib/administration_language_negotiation/src/AdministrationLanguageNegotiationConditionManager.php).

Steps to reproduce

Go to `/admin/config/regional/language/detection/administration_language`

Proposed resolution

Declare $cacheKeyPrefix as protected string like Core language module LanguageNegotiationMethodManager class does.

πŸ› Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡ͺπŸ‡ΈSpain pakmanlh Barcelona

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

Comments & Activities

Production build 0.69.0 2024