Replace deprecated usage of db_delete with a Connection::delete.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

heykarthikwithu created an issue. See original summary.

heykarthikwithu’s picture

Assigned: heykarthikwithu » Unassigned
Status: Active » Needs review
FileSize
2.63 KB
mikemiles86’s picture

mikemiles86’s picture

Assigned: Unassigned » mikemiles86
mikemiles86’s picture

Assigned: mikemiles86 » Unassigned
Status: Needs review » Reviewed & tested by the community

Applied patch to the 8.x-3.x-dev branch.

- Confirmed the removal/replacement of all instances of db_delete().
- Ran all Tests to confirm they still passed
- Manually tested adding/removing panels pane.

all works as expected.

japerry’s picture

japerry’s picture

Status: Reviewed & tested by the community » Closed (won't fix)

Marking this as won't fix. These issues will be tackled when the module itself is ported. Committing this patch does little to nothing for making these components work in D8. In fact some of the references aren't even called anymore.