- Issue created by @mhespanhol
- @mhespanhol opened merge request.
- Status changed to Needs review
over 1 year ago 6:20pm 11 August 2023 Tested #3 and the patch fixed the deprecation errors! Thank you mhespanhol!
Using this module with PHP 8.2 throws the following warning:
Deprecated function: Creation of dynamic property Drupal\image_field_360\Plugin\Field\FieldFormatter\Image_field_360::$entityTypeManager is deprecated in Drupal\image_field_360\Plugin\Field\FieldFormatter\Image_field_360->__construct() (line 47 of modules/contrib/image_field_360/src/Plugin/Field/FieldFormatter/Image_field_360.php).
Install the module on a hosting running over PHP 8.2
Explicitly create the property.
Needs review
2.0
Code
Tested #3 and the patch fixed the deprecation errors! Thank you mhespanhol!