convert to use an event handler
Created by: MegaphoneJon
I have a need to run a separate extension using the same hook, so I converted this hook to be called through the Symfony EventDispatcher. This allows us to specify the order in which hooks run. amongst other advantages.