EntityFieldQuery Views Backend

Component ID

968364

Component name

EntityFieldQuery Views Backend

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

19939

Component created

Component changed

Component body

This module enables Views to use EntityFieldQuery as the query back-end, allowing you to query all defined entity types and their fields, even the ones stored in non-SQL storage. Unless you are storing your data outside of the SQL database, you probably don't need this module.

Storage engines that should work

If there are any others that should be added here, please let me know so that I may add them to the list.

Notes

  • If you have custom field types, add property_type to your hook_field_info otherwise the contrib entity API module and consequently efq_views won't pick it up.

Acknowledgements

Originally by bojanz with plenty of later work by chx. colan has picked it up recently, and is currently maintaining it.