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