php drupal-check.phar modules/contrib/empty_page/
 6/6 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

 ------ ------------------------------------------------ 
  Line   empty_page.install                              
 ------ ------------------------------------------------ 
  19     Call to deprecated function db_table_exists().  
  31     Call to deprecated function db_drop_table().    
 ------ ------------------------------------------------ 

 ------ ------------------------------------------------ 
  Line   src/Controller/EmptyPageController.php          
 ------ ------------------------------------------------ 
  33     Call to deprecated method l() of class Drupal.  
 ------ ------------------------------------------------ 

 ------ --------------------------------------------------- 
  Line   src/Form/CallbackDeleteForm.php                    
 ------ --------------------------------------------------- 
  62     Call to deprecated function drupal_set_message().  
 ------ --------------------------------------------------- 

 ------ --------------------------------------------------- 
  Line   src/Form/CallbackForm.php                          
 ------ --------------------------------------------------- 
  106    Call to deprecated function drupal_set_message().  
 ------ --------------------------------------------------- 

                                                                                                                        
 [ERROR] Found 5 errors
CommentFileSizeAuthor
#2 deprecated-3094084-2.patch3.28 KBsergiu stici

Comments

Sergiu Stici created an issue. See original summary.

sergiu stici’s picture

Status: Active » Needs review
StatusFileSize
new3.28 KB

Here's the patch, please review.

nicrodgers’s picture

Status: Needs review » Reviewed & tested by the community

Patch applies cleanly and after applying, upgade_status shows no errors.

mukila’s picture

Status: Reviewed & tested by the community » Fixed

Code committed in 8.x-3.0 release

Status: Fixed » Closed (fixed)

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