Generic field handlers provided by Entity API don't support this, and the feature is of dubious usefulness anyway.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chx’s picture

Status: Needs review » Closed (fixed)

Committed, thanks.

mototribe’s picture

bummer, I wanted to show a view with all nodes a user created or commented on.

chx’s picture

You can't do that with efq_views anyways because relationships are not supported.

bsandor’s picture

Readme.txt sais:
"2. This backend doesn't support relationships.
EntityFieldQuery can't and won't support joins, which means
that this functionality would have to be emulated in the query class
(entity_load() on all related ids.)"

So at this stage I believe there is a way.