- Issue created by @trackleft2
I would like to be able to run processes, either before or after database updates, and at the moment this is not as easy as it might be.
Implementation
Community feedback
N/A
I propose adding an event dispatcher to the update module to allow hooking into this process via an event subscriber. Thoughts?
Possible events added could include:
DB_UPDATES_STARTED
DB_UPDATES_FINISHED
Personally, I'd be happy with just the DB_UPDATES_FINISHED event.
N/A
New Events added to the update module
DB_UPDATES_STARTED emmitted immediately before updates start
DB_UPDATES_FINISHED emmitted immediately after updates finish
Active
11.0 π₯