<<

NAME

Koha::Plugins - Module for loading and managing plugins.

GetPlugins()

This will return a list of all the available plugins of the passed type.

Usage: my @plugins = C4::Plugins::GetPlugins( $method );

At the moment, the available types are 'report', 'tool' and 'to_marc'.

AUTHOR

Kyle M Hall <kyle.m.hall@gmail.com>

<<