------ -------------------------------------------------------------------------- 
  Line   modules/salesforce_mapping/salesforce_mapping.install                     
 ------ -------------------------------------------------------------------------- 
  25     Call to deprecated function db_query():                                   
         in drupal:8.0.0 and is removed from drupal:9.0.0. Instead,                
         get a database connection injected into your service from the container   
         and call query() on it. For example,                                      
  35     Call to deprecated function db_query():                                   
         in drupal:8.0.0 and is removed from drupal:9.0.0. Instead,                
         get a database connection injected into your service from the container   
         and call query() on it. For example,                                      
  66     Call to deprecated function db_drop_index():                              
         in drupal:8.0.0 and is removed from drupal:9.0.0. Instead,                
         get a database connection injected into your service from the container,  
         get its schema driver, and call dropIndex() on it. For example,           
  71     Call to deprecated function db_drop_field():                              
         in drupal:8.0.0 and is removed from drupal:9.0.0. Instead,                
         get a database connection injected into your service from the container,  
         get its schema driver, and call dropField() on it. For example,           
  72     Call to deprecated function db_drop_field():                              
         in drupal:8.0.0 and is removed from drupal:9.0.0. Instead,                
         get a database connection injected into your service from the container,  
         get its schema driver, and call dropField() on it. For example,           
  73     Call to deprecated function db_drop_field():                              
         in drupal:8.0.0 and is removed from drupal:9.0.0. Instead,                
         get a database connection injected into your service from the container,  
         get its schema driver, and call dropField() on it. For example,           
  74     Call to deprecated function db_drop_field():                              
         in drupal:8.0.0 and is removed from drupal:9.0.0. Instead,                
         get a database connection injected into your service from the container,  
         get its schema driver, and call dropField() on it. For example,           
 ------ -------------------------------------------------------------------------- 

 ------ ------------------------------------------------------------------------- 
  Line   modules/salesforce_pull/salesforce_pull.install                          
 ------ ------------------------------------------------------------------------- 
  45     Call to deprecated function db_query():                                  
         in drupal:8.0.0 and is removed from drupal:9.0.0. Instead,               
         get a database connection injected into your service from the container  
         and call query() on it. For example,                                     
 ------ ------------------------------------------------------------------------- 

CommentFileSizeAuthor
#2 removed-deprecated-code.patch3.27 KBSahana _N
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Sahana _N created an issue. See original summary.

Sahana _N’s picture

Status: Active » Needs review
FileSize
3.27 KB

Please review the patch.

AaronBauman’s picture

Status: Needs review » Fixed

Looks great, thanks for the patch

Status: Fixed » Closed (fixed)

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

Sahana _N’s picture