Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2013 at 06:37 UTC
Updated:
29 Jul 2014 at 22:07 UTC
From #1957148: Replace entity_query() with Drupal::entityQuery() we should remove this helper function, and I think add a Drupal::entityQueryAggregate() method instead, as I think this will be a. consistent with entityQuery and b. used enough to earn a spot in the Drupal class.
| Comment | File | Size | Author |
|---|---|---|---|
| d8.drupal-eqa.patch | 1.93 KB | damiankloip |
Comments
Comment #2
damiankloip commentedd8.drupal-eqa.patch queued for re-testing.
Got to love a random test failure...
Comment #3
dawehnerGreat. Let's get it removed as fast as possible.
Comment #4
dawehnerWell to be honest I don't think it's used that often that we even need a wrapper in the Drupal class?
Comment #5
damiankloip commentedI think it makes things consistent. Keeping the api similar for both types of entity query I think is a good thing. We don't lose anything having it in the Drupal class. flood() is in there, that's not used too often :)
Comment #6
chx commentedI do not care one way or another.
Comment #7
xjmd8.drupal-eqa.patch queued for re-testing.
Comment #8
webchickSame deal as #1957148-17: Replace entity_query() with Drupal::entityQuery(). In fact, can we please combine these two issues since they do exactly the same thing, more or less?
Comment #9
damiankloip commented