PluginInfo.hasDependency

Check if the plugin depends on another plugin.

class PluginInfo
bool
hasDependency
(
string moduleName
)

Parameters

moduleName string

The name of the plugin to check.

Return Value

Type: bool

whether the plugin depends on the plugin @module_name.

Meta