api / org.gradle.api.plugins / Convention / getPlugins

getPlugins

abstract fun getPlugins(): MutableMap<String, Any>

Returns the plugin convention objects contained in this convention.

Return
The plugins. Returns an empty map when this convention does not contain any convention objects.