I’m refactoring from 3.x to 4.3 and have a situation where I’m have to call the XML plugin in a view (I don’t normally do this obviously but anyway…
LOCAL.XMLConverter=getController().getPlugin(“XMLConverter”);
I’m trying to change this but can’t figure out what module it’s in.
documentation is getInstance( “MyPlugin@module” ) so I should use?
… getInstance( “XMLConverter@???” )
Sorry for the dumb question.
Jonathan