Transaction.php
Namespace
Drupal\driver_test\Driver\Database\DrivertestPgsqlFile
-
core/
modules/ system/ tests/ modules/ driver_test/ src/ Driver/ Database/ DrivertestPgsql/ Transaction.php
View source
<?php
namespace Drupal\driver_test\Driver\Database\DrivertestPgsql;
use Drupal\Core\Database\Driver\pgsql\Transaction as CoreTransaction;
/**
* PostgreSQL implementation of \Drupal\Core\Database\Transaction.
*/
class Transaction extends CoreTransaction {
}
Classes
Title | Deprecated | Summary |
---|---|---|
Transaction | PostgreSQL implementation of \Drupal\Core\Database\Transaction. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.