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
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | identification-deprecatedcode-3099895-6.patch | 835 bytes | jaffaralia |
| #5 | identification-deprecatedcode-3099895-5.patch | 6.27 KB | jaffaralia |
| #2 | identification-3099895-2.patch | 2.69 KB | rudranil29 |
Comments
Comment #2
rudranil29 commenteddeprecated method removed..
Comment #3
rudranil29 commentedComment #4
jaffaralia commentedCreated new patch files by updating the existing patch and also code review applied.
Comment #5
jaffaralia commentedUpdated patch
Comment #7
jaffaralia commentedUpdated patch
Comment #9
jaffaralia commentedComment #10
jaffaralia commented