Transaction.php
Same filename in this branch
Same filename in other branches
- 9 core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Transaction.php
- 9 core/lib/Drupal/Core/Database/Transaction.php
- 8.9.x core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Transaction.php
- 8.9.x core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Transaction.php
- 8.9.x core/lib/Drupal/Core/Database/Driver/sqlite/Transaction.php
- 8.9.x core/lib/Drupal/Core/Database/Driver/mysql/Transaction.php
- 8.9.x core/lib/Drupal/Core/Database/Driver/pgsql/Transaction.php
- 8.9.x core/lib/Drupal/Core/Database/Transaction.php
- 11.x core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Transaction.php
- 11.x core/lib/Drupal/Core/Database/Transaction.php
Namespace
Drupal\core_fake\Driver\Database\CoreFakeWithAllCustomClassesFile
-
core/
tests/ fixtures/ database_drivers/ module/ core_fake/ src/ Driver/ Database/ CoreFakeWithAllCustomClasses/ Transaction.php
View source
<?php
namespace Drupal\core_fake\Driver\Database\CoreFakeWithAllCustomClasses;
use Drupal\Core\Database\Transaction as DatabaseTransaction;
/**
* CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Transaction.
*/
class Transaction extends DatabaseTransaction {
}
Classes
Title | Deprecated | Summary |
---|---|---|
Transaction | CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Transaction. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.