Transaction.php in Drupal 10
Same filename in this branch
Same filename and directory in other branches
File
core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Transaction.phpView 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
Name | Description |
---|---|
Transaction | CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Transaction. |