Problem/Motivation
The function pager_default_initialize is deprecated on Drupal 9.
Proposed resolution
Replace it by calling the createPager() with the page manager service.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3251232-1.patch | 2.31 KB | joaopauloscho |
Issue fork funnelback-3251232
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
joaopauloscho commentedComment #5
geoffreyr commentedI had some minor issues getting @joaopauloscho's patch to apply, so I re-rolled it and submitted it as a merge request.
Comment #9
larowlanThanks folks