Skip to content

Commit

Permalink
Issue #6318: field_config_delete() is documented as hook_config_updat…
Browse files Browse the repository at this point in the history
…e() implementation.

By @kiamlaluno and @argiepiano.
  • Loading branch information
kiamlaluno committed Jan 1, 2024
1 parent 2788d89 commit c4a0beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/field/field.module
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ function field_config_update(Config $staging_config, Config $active_config) {
}

/**
* Implements hook_config_update().
* Implements hook_config_delete().
*/
function field_config_delete(Config $active_config) {
// This should only be called on fields that have no data at all, as fields
Expand Down

0 comments on commit c4a0beb

Please sign in to comment.