Bugzilla – Attachment 142923 Details for
Bug 29672
Increase performance of Koha::Plugins->call
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29672: (QA followup) Add POD
Bug-29672-QA-followup-Add-POD.patch (text/plain), 708 bytes, created by
Kyle M Hall (khall)
on 2022-11-02 11:17:45 UTC
(
hide
)
Description:
Bug 29672: (QA followup) Add POD
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-11-02 11:17:45 UTC
Size:
708 bytes
patch
obsolete
>From df810f7bb5cc557c29f97791141d46f986d57b5c Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Wed, 2 Nov 2022 07:10:13 -0400 >Subject: [PATCH] Bug 29672: (QA followup) Add POD > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29672
:
128376
|
128377
|
135660
|
135661
|
135704
|
142844
|
142845
|
142846
|
142916
|
142919
|
142920
|
142921
|
142922
| 142923