Active
Project:
Entity reference
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2013 at 12:52 UTC
Updated:
25 Apr 2013 at 12:52 UTC
Hi,
With Node references module on a node who is referenced by an other, when hook_node_view($node) is called for example, dpm($node) give $node->referencing_entity with infos on node who reference this node.
I would like to pass my node reference to entity reference but I use this info on a custom module.
Is it possible to add this on entity reference ?
Thanks