Closed (fixed)
Project:
CRM - Contact Relationship Management
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2025 at 08:13 UTC
Updated:
28 Jul 2025 at 22:54 UTC
Jump to comment: Most recent
Comments
Comment #3
lostcarpark commentedI tried converting User related hooks as the first step, and all went smoothly.
Comment #4
lostcarpark commentedI have converted hooks to the new object oriented style.
The only functions remaining in the .module file are the template preprocess functions. Not sure if it's possible to replace them and remove the .module file altogether.
I also updated tests making direct calls to hook functions.
All tests are passing, and I've carried out some manual testing. Not sure if there are any gaps in our test coverage. I'm sure my manual tests didn't cover all the functionality provided by the hooks.
Appreciate if anyone can review.
Comment #8
bluegeek9 commented