From df810f7bb5cc557c29f97791141d46f986d57b5c Mon Sep 17 00:00:00 2001 From: Kyle Hall Date: Wed, 2 Nov 2022 07:10:13 -0400 Subject: [PATCH] Bug 29672: (QA followup) Add POD Signed-off-by: Kyle M Hall --- Koha/Plugins.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Koha/Plugins.pm b/Koha/Plugins.pm index 883b6c4f29..a3c47006b5 100644 --- a/Koha/Plugins.pm +++ b/Koha/Plugins.pm @@ -100,6 +100,14 @@ sub call { return @responses; } +=head2 get_enabled_plugins + +Returns a list of enabled plugins. + + @plugins = Koha::Plugins->get_enabled_plugins(); + +=cut + sub get_enabled_plugins { my ($class) = @_; -- 2.30.2