db_transaction($name = NULL, array $options = array())
Returns a new transaction object for the active database.
Parameters
string $name: Optional name of the transaction.
array $options: An array of options to control how the transaction operates:
target: The database target name.
Return value
\Drupal\Core\Database\Transaction A new Transaction object for this connection.
Deprecated as of Drupal 8.0.x, will be removed in Drupal 9.0.0. Instead, get a database connection injected into you