my @backend_plugins = Koha::Plugins->new()->GetPlugins(
{
method => 'ill_backend',
all => 1,
all => 1
errors => 1
}
);
-