Closed (fixed)
Project:
Graph API
Version:
8.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
5 Apr 2017 at 09:13 UTC
Updated:
2 Jul 2019 at 13:14 UTC
Jump to comment: Most recent, Most recent file
db_select must not be used in codebase. We have to use \Drupal::database()->select
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | remove_deprecated_db_select.png | 8.32 KB | dhruveshdtripathi |
| #2 | 2866981-2.patch | 508 bytes | Pavan B S |
Comments
Comment #2
Pavan B S commentedApplying patch , please review.
Comment #3
Pavan B S commentedComment #4
dhruveshdtripathi commentedPatch applied cleanly!
As we know db_* are deprecated in d8. This module has only one of them, i.e. db_select. Which is now replaced with \Drupal::database()->select.
Good work!
Comment #6
clemens.tolboom