Problem/Motivation
References to removed functions field_config_import_steps_alter(), field_entity_bundle_delete(), field_field_config_insert(), field_field_config_presave(), field_field_storage_config_update(), field_form_config_admin_import_form_alter() still exist.
Steps to reproduce
Search codebase for field_config_import_steps_alter, field_entity_bundle_delete, field_field_config_insert, field_field_config_presave, field_field_storage_config_update, field_form_config_admin_import_form_alter
Proposed resolution
Replace references to the actual hook implementations.
Remaining tasks
None.
User interface changes
None.
Introduced terminology
None.
API changes
None.
Data model changes
None.
Issue fork drupal-3580424
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3580424-stale-references
changes, plain diff MR !15153
Comments
Comment #2
claudiu.cristeaComment #3
claudiu.cristeaComment #5
claudiu.cristeaThis is ready for review.
Comment #6
smustgrave commentedConfirmed all instances of field_config_import_steps_alter, field_entity_bundle_delete, field_field_config_insert, field_field_config_presave, field_field_storage_config_update, field_form_config_admin_import_form_alter are out of the repo.
Comment #7
catchCommitted/pushed to main, thanks!