Problem/Motivation
FlippyPager is using the QueryFactory which has been deprecated here. To keep the Flippy module future proof and Drupal 9 ready by rewriting the deprecated parts.
Proposed resolution
Replace the QueryFactory with EntityStorageInterface::getQuery() as described in https://www.drupal.org/node/2849874.
Remaining tasks
User interface changes
API changes
Due dependency injection the flippy.pager service arguments need to be changed.
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | flippy-remove_deprecated_query_factory-3080067-2.patch | 3.2 KB | szeidler |
Comments
Comment #2
szeidler commentedComment #4
rliThanks a lot @szeidler. You have done something that has been in my mind for long time but never got chance to do.
Committed to dev.