Deprecated functions: Creation of dynamic property is deprecated

Created on 27 August 2024, 8 months ago
Updated 10 September 2024, 7 months ago

Problem/Motivation

When updating PHP to 8.3, We get php errors like this:

Deprecated function: Creation of dynamic property Drupal\crop_image\CropImageManager::$imageWidgetCropSettings is deprecated in Drupal\crop_image\CropImageManager->__construct()
Deprecated function: Creation of dynamic property Drupal\crop_image\CropImageManager::$entityTypeManager is deprecated in Drupal\crop_image\CropImageManager->__construct() (line 41 of modules/contrib/crop_image/src/CropImageManager.php).
Deprecated function: Creation of dynamic property Drupal\crop_image\CropImageManager::$cropStorage is deprecated in Drupal\crop_image\CropImageManager->__construct() (line 42 of modules/contrib/crop_image/src/CropImageManager.php).
Deprecated function: Creation of dynamic property Drupal\crop_image\CropImageManager::$cropDuplicateStorage is deprecated in Drupal\crop_image\CropImageManager->__construct() (line 43 of modules/contrib/crop_image/src/CropImageManager.php).
Deprecated function: Creation of dynamic property Drupal\crop_image\CropImageManager::$imageStyleStorage is deprecated in Drupal\crop_image\CropImageManager->__construct() (line 44 of modules/contrib/crop_image/src/CropImageManager.php).
Deprecated function: Creation of dynamic property Drupal\crop_image\CropImageManager::$fileStorage is deprecated in Drupal\crop_image\CropImageManager->__construct() (line 45 of modules/contrib/crop_image/src/CropImageManager.php).

Steps to reproduce

- use crop_image
- use php 8.3

Proposed resolution

In crop_image/src/CropImageManager.php we need to define every property that is used inside __construct() like this:

  /**
   * The ImageWidgetCrop general settings.
   *
   * @var \Drupal\Core\Config\ImmutableConfig
   */
  protected $imageWidgetCropSettings;
🐛 Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

🇧🇪Belgium flyke

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