Transaction.php in Drupal 8
Same filename in this branch
- 8 core/lib/Drupal/Core/Database/Transaction.php
- 8 core/lib/Drupal/Core/Database/Driver/sqlite/Transaction.php
- 8 core/lib/Drupal/Core/Database/Driver/pgsql/Transaction.php
- 8 core/lib/Drupal/Core/Database/Driver/mysql/Transaction.php
- 8 core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Transaction.php
- 8 core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Transaction.php
File
core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Transaction.phpView source
<?php
namespace Drupal\driver_test\Driver\Database\DrivertestMysql;
use Drupal\Core\Database\Driver\mysql\Transaction as CoreTransaction;
/**
* MySQL test implementation of \Drupal\Core\Database\Transaction.
*/
class Transaction extends CoreTransaction {
}
Classes
Name | Description |
---|---|
Transaction | MySQL test implementation of \Drupal\Core\Database\Transaction. |