- Issue created by @mikcat
- 🇮🇳India mohd sahzad
i have fixed this issue PHP 8.2 Deprecated function: Creation of dynamic property Drupal\multiple_registration\Plugin\Derivative\MultipleRegistrationLocalTasks::$base_plugin_id is deprecated
- Assigned to gun2dru
- @gun2dru opened merge request.
- Status changed to Needs review
over 1 year ago 6:46am 3 October 2023 - 🇧🇾Belarus gun2dru
As a part of Merge request !14 fixed deprecation issues:
vendor/bin/drupal-check -d modules/contrib/multiple_registration/ 10/10 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% ------ -------------------------------------------------- Line multiple_registration.module ------ -------------------------------------------------- 87 Call to an undefined method Drupal\Core\Form\FormInterface::getEntity(). 176 Call to an undefined method Drupal\Core\Form\FormInterface::getEntity(). 395 Variable $custom_form_mode might not be defined. ------ -------------------------------------------------- ------ ------------------------------------------------- Line src/AvailableUserRolesService.php ------ ------------------------------------------------- 54 Call to an undefined method Drupal\user\RoleStorageInterface::getStorage(). ------ ------------------------------------------------- ------ --------------------------------------------------- Line src/Controller/MultipleRegistrationController.php ------ --------------------------------------------------- 248 Variable $rows might not be defined. ------ --------------------------------------------------- ------ ----------------------------------------------------------------------- Line src/Plugin/Derivative/MultipleRegistrationLocalTasks.php ------ ----------------------------------------------------------------------- 42 Access to an undefined property Drupal\multiple_registration\Plugin\Derivative\MultipleRegistrationLo calTasks::$base_plugin_id. ------ ----------------------------------------------------------------------- [ERROR] Found 6 errors
10/10 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% [OK] No errors
- First commit to issue fork.
- 🇺🇦Ukraine ysamoylenko
@gun2dru Thank you for your MR and for fixing the deprecation issues. The changes will be merged soon.
- Status changed to RTBC
over 1 year ago 9:06am 7 October 2023 -
ysamoylenko →
committed 7aa58983 on 3.x authored by
gun2dru →
Issue #3384515: PHP 8.2 Deprecated function: Creation of dynamic...
-
ysamoylenko →
committed 7aa58983 on 3.x authored by
gun2dru →
- Status changed to Fixed
over 1 year ago 9:07am 7 October 2023 - 🇺🇦Ukraine ysamoylenko
The changes were applied to the latest module dev version. Thanks for your contribution.
Automatically closed - issue fixed for 2 weeks with no activity.