Bug 25713

Summary: get_qualified_table_name should be a class method rather than an object method
Product: Koha Reporter: David Cook <dcook>
Component: Plugin architectureAssignee: Bugs List <koha-bugs>
Status: RESOLVED WISHLIST QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description David Cook 2020-06-11 12:26:25 UTC
It would be very useful if "get_qualified_table_name" were a class method rather than an object method.

That way you should easily get a qualified table name from anywhere in a plugin without having to instantiate a plugin object.

The current method could be updated to support either class or object method invocations.
Comment 1 David Cook 2022-12-06 06:37:01 UTC
Closing this as it doesn't seem important. I'll re-open if there's ever a need for it