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