fromInstance

abstract fun fromInstance(instance: Any): PluginContainer?

Get the plugin container for the specified plugin instance, or null if there isn't one.

Return

the container for the instance, or null if there isn't one

Parameters

instance

the plugin instance