15 Sep
2023
15 Sep
'23
5:12 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31503 --- Comment #87 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 155691 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155691&action=edit Bug 31503: (follow-up) Add 'feature_enabled' to Koha::Plugins This patch adds a 'feature_enabled' accessor to the Koha::Plugins class. Passing the plugin method name for the plugin feature you're looking for will return a boolean denoting whether any enabled plugins carry said method. Incuded in the patch is an addition to the TT KohaPlugins plugin to enable quick access to this function. -- You are receiving this mail because: You are watching all bug changes.