localgovdrupal / localgov

Installation profile for the LocalGov Drupal distribution.
GNU General Public License v2.0
83 stars 19 forks source link

Adds new install step, which calls a new hook. #751

Closed rupertj closed 3 months ago

rupertj commented 3 months ago

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.

rupertj commented 3 months ago

See the instructions in this MR for how to test this: https://github.com/localgovdrupal/localgov_core/pull/212