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.