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

Command icon 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:

Comments

claudiu.cristea created an issue. See original summary.

claudiu.cristea’s picture

Assigned: Unassigned » claudiu.cristea
claudiu.cristea’s picture

Title: Stale references to defunct functions » Stale references to defunct functions in field module
Issue summary: View changes

claudiu.cristea’s picture

Assigned: claudiu.cristea » Unassigned
Status: Active » Needs review

This is ready for review.

smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

Confirmed 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.

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to main, thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • catch committed 62855af0 on main
    task: #3580424 Stale references to defunct functions in field module
    
    By...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.