Change record status: 
Project: 
Introduced in branch: 
8.7.x
Introduced in version: 
8.7.0
Description: 

db_insert() is deprecated and will be removed before Drupal 9.0.0. Use $injected_database->insert($table, $options) instead.

See \Drupal\Core\Database\Connection::insert()

Impacts: 
Module developers