Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before running the update hooks. But this is a very bad idea and will not be
possible in the future.

This module introduces two new hooks which should be intuitive to use:
`hook_pre_config_import_NAME` and `hook_pre_config_import_NAME`.
`hook_pre_config_import_NAME` and `hook_post_config_import_NAME`.

The functions are defined in a file called `<module>.pre_config_import.php` and
`<module>.post_config_import.php` respectively, analogous to `post_update`
Expand Down