getPlugin

abstract fun getPlugin(id: String): PluginContainer?

Get a plugin's container by its id, or null if there isn't a plugin loaded with the specified id.

Return

the plugin container with the specified id, or null if there isn't one

Parameters

id

the id of the plugin