- Issue created by @abdulaziz zaid
- Status changed to Needs review
7 months ago 5:19am 16 September 2024
Deprecated function: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in Drupal\form_mode_manager\FormModeManager->getFormModeMachineName() (line 265 of modules/contrib/form_mode_manager/src/FormModeManager.php).
I have this error after going to node/*/edit
Drupal:10.3.2
PHP: 8.2.23
I think this line fixes this issue :
return preg_replace('/^.*\./', '', $form_mode_id ?? '');
Needs review
3.0
Code