2/2 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

------ -------------------------------------------------------------------------
Line identification.module
------ -------------------------------------------------------------------------
27 Call to deprecated function db_select():
as of Drupal 8.0.x, will be removed in Drupal 9.0.0. Instead, get
a database connection injected into your service from the container and
call select() on it. For example,
54 Call to deprecated function db_select():
as of Drupal 8.0.x, will be removed in Drupal 9.0.0. Instead, get
a database connection injected into your service from the container and
call select() on it. For example,
------ -------------------------------------------------------------------------

------ --------------------------------------------------------------------------
Line src/Form/IdentificationConfigForm.php
------ --------------------------------------------------------------------------
40 Call to deprecated method l() of class Drupal:
in Drupal 8.0.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Link instead.
Example:
56 Call to deprecated method entityManager() of class Drupal:
in Drupal 8.0.0 and will be removed before Drupal 9.0.0.
Use \Drupal::entityTypeManager() instead in most cases. If the needed
method is not on \Drupal\Core\Entity\EntityTypeManagerInterface, see the
deprecated \Drupal\Core\Entity\EntityManager to find the
correct interface or service.
------ --------------------------------------------------------------------------

[ERROR] Found 4 errors

Comments

joy29 created an issue. See original summary.

rudranil29’s picture

StatusFileSize
new2.69 KB

deprecated method removed..

rudranil29’s picture

Assigned: rudranil29 » Unassigned
Status: Active » Needs review
jaffaralia’s picture

Created new patch files by updating the existing patch and also code review applied.

jaffaralia’s picture

StatusFileSize
new6.27 KB

Updated patch

  • jaffaralia committed 1027963 on 8.x-1.x
    Issue #3099895 by joy29: Drupal 9 Deprecated Code Report.
    
jaffaralia’s picture

StatusFileSize
new835 bytes

Updated patch

  • jaffaralia committed 54ebb0f on 8.x-1.x
    Issue #3099895 by joy29: Drupal 9 Deprecated Code Report.
    
jaffaralia’s picture

Status: Needs review » Fixed
jaffaralia’s picture

Status: Fixed » Closed (fixed)