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

dave reid’s picture

Status: Active » Fixed

Nevermind! 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.

Robrecht Jacques’s picture

Well yeah, that is the idea, but because few (none?) modules do (and the core modules for sure won't), the .inc files are necessary.

dave reid’s picture

Well I guess I feel good about building support for a couple of my modules then. :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.