Active
Project:
References
Version:
7.x-2.0
Component:
Code: node_reference
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2012 at 11:41 UTC
Updated:
12 Jun 2013 at 04:47 UTC
Hello,
How can I see a list of all nodes (or everything) that have a field referencing a specific node?
Comments
Comment #1
Alex Andrascu commentedThis can be achieved using Views.
Comment #2
shenagarg commentedHowever if we have to retrieve the list in a custom module, shall we run a database query directly on that field table OR there is some other function available as a best practice?
Cheers!!!