retrofit
retrofit copied to clipboard
Add EntityFieldQuery class
This was copied from 8be3d3e2. The namespace was changed to Retrofit\Drupal\Entity and EntityFieldQueryException was changed to QueryException.
I'd want to rewrite this to tap into a proper entity query and not the raw
db_select
I don't think we can do that. There are public methods that take a Select query as a parameter.