Here is the result of drupal-check run:

5/5 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

 ------ --------------------------------------------------- 
  Line   paragraphs_report.batch.inc                        
 ------ --------------------------------------------------- 
  65     Call to deprecated function drupal_set_message().  
 ------ --------------------------------------------------- 

 ------ --------------------------------------------------------- 
  Line   src/Controller/ParagraphsReport.php                      
 ------ --------------------------------------------------------- 
  357    Call to deprecated function pager_default_initialize().  
 ------ --------------------------------------------------------- 

Also, we have to include core_version_requirement to be compatible with Drupal 9.
The patch is coming.

CommentFileSizeAuthor
#2 paragraphs_report-3132034-2.patch1.54 KBMatroskeen
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Matroskeen created an issue. See original summary.

Matroskeen’s picture

Status: Active » Needs review
Issue tags: +Drupal 9 compatibility
FileSize
1.54 KB
aisforaaron’s picture

Status: Needs review » Fixed

Merged into dev branch. I added the dependency injection for pager manager. Thank you!

aisforaaron’s picture

Status: Fixed » Closed (fixed)