retrofit icon indicating copy to clipboard operation
retrofit copied to clipboard

Add EntityFieldQuery class

Open darrenoh opened this issue 2 years ago • 1 comments

This was copied from 8be3d3e2. The namespace was changed to Retrofit\Drupal\Entity and EntityFieldQueryException was changed to QueryException.

darrenoh avatar Sep 29 '23 17:09 darrenoh

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.

darrenoh avatar Oct 03 '23 23:10 darrenoh