Closed rupertj closed 3 months ago
Adds a new step to the installer, which calls a new hook (hook_localgov_post_install) to let other modules perform tasks.
Use the version of localgov_core from this MR: https://github.com/localgovdrupal/localgov_core/pull/212. That will implement the hook in this MR and use it to set up blocks in the installer.
See the instructions in this MR for how to test this: https://github.com/localgovdrupal/localgov_core/pull/212
What does this change?
Adds a new step to the installer, which calls a new hook (hook_localgov_post_install) to let other modules perform tasks.
How to test
Use the version of localgov_core from this MR: https://github.com/localgovdrupal/localgov_core/pull/212. That will implement the hook in this MR and use it to set up blocks in the installer.