In disable_field module there is use of deprecated db_merge and db_delete
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2821630-3.patch | 2.74 KB | ahana92 |
| #2 | 2821630-2.patch | 1.75 KB | ahana92 |
In disable_field module there is use of deprecated db_merge and db_delete
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2821630-3.patch | 2.74 KB | ahana92 |
| #2 | 2821630-2.patch | 1.75 KB | ahana92 |
Comments
Comment #2
ahana92 commentedComment #3
krknth commented@ahana:
$query=\Drupal::database();No need to declare multiple times in same function.
Comment #4
ahana92 commentedComment #6
ajay_reddy