From b1955adc2b5338a62195bf21d8515bea97522f40 Mon Sep 17 00:00:00 2001 From: Kyle Hall Date: Wed, 2 Nov 2022 07:10:13 -0400 Subject: [PATCH] Bug 29672: (QA follow-up) Add POD Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- 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.20.1