Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the documentation comment for field_config_delete() which is a hook_config_delete() implementation #6318

Closed
kiamlaluno opened this issue Dec 3, 2023 · 3 comments · Fixed by backdrop/backdrop#4592

Comments

@kiamlaluno
Copy link
Member

field_config_delete() has the following documentation comment.

/**
 * Implements hook_config_update().
 */

That documentation comment is not correct, as that function implements hook_config_delete().

@argiepiano
Copy link

LGTM

@kiamlaluno kiamlaluno changed the title field_config_delete() is documented as hook_config_update() implementation Correct the documentation comment for field_config_delete() which is a hook_config_delete() implementation Dec 24, 2023
@kiamlaluno
Copy link
Member Author

I updated the PR to be synchronized with the main branch.

@quicksketch
Copy link
Member

Thanks @kiamlaluno and @argiepiano! Merged backdrop/backdrop#4592 into 1.x and 1.26.x.

@quicksketch quicksketch added this to the 1.26.4 milestone Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants