You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make it possible to opt out of loading api.php files (#641)
* Make it possible to opt out of loading api.php files
* Do not use empty
* Refactor and rename logic
* add bleedingEdge config
* Rename bleeding edge toggle, hardcoded core deprecated hooks
* clean up logic for hardcoded hooks when miss on hook function reflection
* only check deprecated_field_widget_hooks on 9.x
---------
Co-authored-by: Matt Glaman <[email protected]>
'Function deprecated_field_widget_hooks_field_widget_form_alter implements hook_field_widget_form_alter which is deprecated in drupal:9.2.0 and is removed from drupal:10.0.0. Use
'Function deprecated_field_widget_hooks_field_widget_textfield_form_alter implements hook_field_widget_WIDGET_TYPE_form_alter which is deprecated in drupal:9.2.0 and is removed from drupal:10.0.0. Use hook_field_widget_single_element_WIDGET_TYPE_form_alter instead.',
0 commit comments