Get Only Handler Name of Module

Is there a way to get just the handler name of a module without the module name included? I’ve tried event.getCurrentHandler, which returns both the module and handler names. Whereas getCurrentModule and getCurrentAction return only the module name or action name, respectively.

dont think there is a method for that.

you can write a method in your request context decorator to do that.