Deprecated code in PHP 8.2

Created on 7 November 2023, about 1 year ago

Problem/Motivation

Deprecated: Creation of dynamic property Drupal\ckeditor_templates_ui\CkeditorTemplatesUi::$themeExtensionList is deprecated in /var/www/docroot/modules/contrib/ckeditor_templates/src/Plugin/CKEditorPlugin/CkeditorTemplates.php on line 58

Steps to reproduce

Enable the module in a Drupal 10 installation with PHP 8.2 and edit a node using the CKEditor with the CkEditor Template button

Proposed resolution

Add the property into the affect Class

  /**
   * @var \Drupal\Core\Extension\ThemeExtensionList
   */
  private $themeExtensionList;
🐛 Bug report
Status

Closed: won't fix

Version

1.5

Component

Code

Created by

🇧🇷Brazil pfeiffer

Live updates comments and jobs are added and updated live.
  • PHP 8.2

    The issue particularly affects sites running on PHP version 8.2.0 or later.

Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024