[Koha-bugs] [Bug 19605] ILL backends should be pluggable through regular Koha plugins

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 30 15:48:05 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19605

--- Comment #8 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
Instructions on converting old ILL backend into a plugin can be found at the
PluginBackend sample plugin https://github.com/ammopt/koha-ill-backend-plugin:
- Create your plugin, copy the contents from your old ILL backend into the
plugin folder.
- Copy the code from your old Base.pm file into the plugin file named after the
plugin.
- Rename the old backend 'metadata' method to 'backend_metadata'.
- Rename the old backend 'new' method to 'new_backend'.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list