Transaction.php
Namespace
Drupal\corefake\Driver\Database\corefakeWithAllCustomClassesFile
-
core/
tests/ fixtures/ database_drivers/ module/ corefake/ src/ Driver/ Database/ corefakeWithAllCustomClasses/ Transaction.php
View source
<?php
namespace Drupal\corefake\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.