Fellow Users, Can you plz tell me how I can programmatically (or from the console) access the loaded plugin list? I tried: QgsProviderRegistry.pluginList() but got: TypeError: QgsProviderRegistry.pluginList(bool asHtml=False): first argument of unbound method must have type 'QgsProviderRegistry' I am sure I am missing something, but don't know what. How can I get access to the actual QgsProviderRegistry instance?
Thank you