Transaction.php
Namespace
Drupal\Core\Database\Driver\sqliteFile
-
core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Transaction.php
View source
<?php
namespace Drupal\Core\Database\Driver\sqlite;
use Drupal\Core\Database\Transaction as DatabaseTransaction;
/**
* SQLite implementation of \Drupal\Core\Database\Transaction.
*/
class Transaction extends DatabaseTransaction {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| Transaction | SQLite implementation of \Drupal\Core\Database\Transaction. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.