You are here

Transaction.php in Drupal 10

File

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

Namesort descending Description
Transaction CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Transaction.