Koha::Plugins - Module for loading and managing plugins.
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' and 'tool'.
Kyle M Hall <kyle.m.hall@gmail.com>