- Issue created by @jordan.jamous
- Status changed to Needs review
11 months ago 6:37am 28 February 2024 - last update
11 months ago 3 pass - 🇮🇳India dineshkumarbollu
Created patch according to https://www.drupal.org/node/3180429 → , please review.
Hook og_prepopulate_field_widget_og_complex_form_alter
is deprecated in Drupal 10.
Referencing https://www.drupal.org/node/3180429 → (Streamline field widget hooks), hook_field_widget_form_alter and hook_field_widget_WIDGET_TYPE_form_alter are deprecated in D10. Luckily I am not using the og and og_prepopulate sub-module, however I thought I may report it for anyone who will be willing to replace it.
- This hook (silently) will not be invoked in Drupal 10
- Replace with hook_field_widget_single_element_form_alter
hook
Needs review
2.0
Code
Created patch according to https://www.drupal.org/node/3180429 → , please review.