- π¬π§United Kingdom Leo Pitt
I find this confusing. So is
hook_deploy_NAME()
going to be added to Drupal core (as opposed to drush only)? And if so, does anyone know the issue where this is being addressed? - π¨πSwitzerland bircher π¨πΏ
RE #16: This here is the that issue :D
I think one of the reasons this has not gained any traction is that almost everyone uses drush anyway and Drupal core or contrib should not actually have any deploy hooks. Deploy hooks are meant for modules that are unique to a specific site as the point is to being able to rely on a particular configuration which is exported and committed along with the hook implementation.
But if you wish to have a UI for it in core then this is the issue. Alternatively it would also be relatively easy to create a contrib module for it.
Ultimately this is something that has to be decided by ... the framework managers, I guess? - πΊπΈUnited States moshe weitzman Boston, MA
This issue. It will be added when someone is motivated to make an MR and shepherd it through to completion. So far nobody has turned up to do that.