hasPlugin

abstract fun hasPlugin(id: String): Boolean(source)

Returns true if the container has a plugin with the given id, false otherwise.

Parameters

id

The id of the plugin


abstract fun hasPlugin(type: Class<out Plugin>): Boolean(source)

Returns true if the container has a plugin with the given type, false otherwise.

Parameters

type

The type of the plugin