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

Comments

szeidler created an issue. See original summary.

szeidler’s picture

Status: Active » Needs review
StatusFileSize
new3.2 KB

  • rli committed f917ab6 on 8.x-1.x authored by szeidler
    Issue #3080067 by szeidler: QueryFactory is deprecated and will be...
rli’s picture

Status: Needs review » Fixed

Thanks 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.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.