Posted by dob_ on August 9, 2011 at 3:03pm
2 followers
Jump to:
| Project: | Node Relationships |
| Version: | 6.x-1.6 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hello,
I am currently developing a module where i need access to the back references of a node.
I am using hook_nodeapi. I want to update all nodes which are referencing to my content if my node changes.
$node->backreference_field_ID is empty in hook_nodeapi.
How can i get the backreferences of the current node in hook_nodeapi?
Regards,
Dob_
Comments
#1
I'm having the same issue, the backreference is empty, for example when you've loaded a node with node_load.
When is the backreference nid added to the node?