Injectable Services
There are multiple service you can inject inside of your plugin. Those are listed and explained in this document.
How to inject a service
To inject the services inside of your plugin just add the interfaces as arguments to your constructor.
public MyPluginClass(IPluginTranslationService translationService, IPluginLoggerService<MyPluginClass> loggingService)
The matching objects should be injected.
Available services
The following services can be used inside of your plugin.
Developer Manual
Go back to developer manual