Hello,

How can I see a list of all nodes (or everything) that have a field referencing a specific node?

Comments

Alex Andrascu’s picture

Status: Active » Closed (fixed)

This can be achieved using Views.

shenagarg’s picture

Status: Closed (fixed) » Active

However 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!!!