1cf121e1d2
At present core restore steps cannot have an after_restore function, even though plugin restore steps can. Technically it would be possible to just override the launch_after_restore_methods function but this is not very neat. Instead, I added code to call after_restore function (exactly the same way after_execute works).