Closed (fixed)
Project:
EntityFieldQuery Views Backend
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
9 Jun 2014 at 17:48 UTC
Updated:
8 Apr 2015 at 15:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
colanThis patch assumes the existence of RemoteEntityQuery::buildFromEFQ(), to convert an EFQ, which should be implemented in the RemoteEntityQuery subclass specific to the implementation.
I'll create a documentation issue in the Remote Entity API queue explaining how it should work, and then I'll relate it to this ticket.
Comment #3
colanComment #5
murzThanks for the patch, but can you provide some example how to work with this, or maybe example module?
I create new entity type "mycustomentitytype" and new view for this entity type, but it shows me the error:
Entity mycustomentitytype has no base table.
This entity uses remote storage (via REST api), so no local drupal table used.
Same problem is when I try to use direct code:
Comment #6
colan@Murz: Please don't hijack closed bugs/features with support requests. Instead, open a Support Request ticket.
The blog post Integrating remote data into Drupal 7 and exposing it to Views may help you.