- Issue created by @ismaelromero
Hi @ismaelromero,
I have checked the pipeline and re-ran the phpcs job. Confirmed no errors remaining and the job suceeded.
Will now move this to RTBC
Thanks,
JakeThe function doc comments need to be updated to match the changes.
- First commit to issue fork.
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
liam morland β made their first commit to this issueβs fork.
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
It passes on Drupal 11.0 but fails on 11.1 and 10.4. I think there was a change in those two that must be breaking it. I suspect it would also work on 10.3 if it was tested there. This looks like the issue addressed by π Drupal 10.4 RC1 error with field_ui.js Active .
- π©π°Denmark ressa Copenhagen
Thanks for working on this, just tagging with PHP 8.4, to easier follow along.
- Status changed to RTBC
about 1 month ago 12:23am 9 March 2025 - πΊπΈUnited States mlncn Minneapolis, MN, USA
Works great on the 4.x branch! No deprecation warnings, and Field Group still works.
(People who contributed partial fixes to issues closed as duplicates who should get credit when this is fixed include prem suthar, deepali sardana, MrDaleSmith, and nickdickinsonwilde. And solideogloria who is already over here!)
- π«π·France musa.thomas France π«π·
The diff of issue fork can't be applied to the 3.6 version
The issue Fork 8..x-3 seems to be different of the main issue fork ? what should I apply.
Also got this depreciated but seems not to be resolved by the issue
PHP 8.4 got this depreciated :
Deprecated function : field_group_form_process(): Implicitly marking parameter $form_state as nullable is deprecated, the explicit nullable type must be used instead dans include_once() (/var/www/app/web/core/lib/Drupal/Core/Extension/Extension.php ligne 153)
Deprecated function : field_group_field_group_form_process_build_alter(): Implicitly marking parameter $form_state as nullable is deprecated, the explicit nullable type must be used instead dans include_once() (/var/www/app/web/core/lib/Drupal/Core/Extension/Extension.php ligne 153)
Message Deprecated function : field_group_fields_nest(): Implicitly marking parameter $vars as nullable is deprecated, the explicit nullable type must be used instead dans include_once() (/var/www/app/web/core/lib/Drupal/Core/Extension/Extension.php ligne 153)
Message Deprecated function : field_group_field_layout_fields_nest(): Implicitly marking parameter $vars as nullable is deprecated, the explicit nullable type must be used instead dans include_once() (/var/www/app/web/core/lib/Drupal/Core/Extension/Extension.php ligne 153)
Message Deprecated function : field_group_group_save(): Implicitly marking parameter $display as nullable is deprecated, the explicit nullable type must be used instead dans include_once() (/var/www/app/web/core/lib/Drupal/Core/Extension/Extension.php ligne 153)
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
This issue is for fixing coding standards in the 4.x branch.
The "Implicitly marking parameter as nullable is deprecated" message has already been fixed in 4.x. The fix for it in 8.x-3.x is discussed in π Fix PHP 8.4.x deprecation and other warnings (PHPStan) Active .