Hi
I've been trying to override LeftAndMain::MainMenu() with a custom function, is this possible?
So far I've tried creating an extension registered in the yml and creating a custom class that extends LeftAndMain using Object::useCustomClass in the config to point LeftandMain to my new class but neither of these seem to work.
Any ideas on how I could do this?
Thanks