I'd like to integrate my module with node_import, but it looks like I have to submit the code to the node_import project to be added. Can I just add the hook_node_import_x functions in my own module?
I'd like to integrate my module with node_import, but it looks like I have to submit the code to the node_import project to be added. Can I just add the hook_node_import_x functions in my own module?
Comments
Comment #1
dave reidNevermind! Discovered this is possible (the dev docs really need some improvement). It was confusing as there were all sorts of contrib .inc files in node_import/supported. I would think the module maintainers would want those hooks in their own modules so they can keep them updated themselves.
Comment #2
Robrecht Jacques commentedWell yeah, that is the idea, but because few (none?) modules do (and the core modules for sure won't), the .inc files are necessary.
Comment #3
dave reidWell I guess I feel good about building support for a couple of my modules then. :)