And how would you call a singleton in the new version?
I have tried:
- $primary_menu = Cockpit::instance()->module(āFrontpageā)->find(āprimary_menuā);
- $frontpage = Cockpit::instance()->module(āFrontpageā);
And how would you call a singleton in the new version?
I have tried: