You are here

Transaction.php in Drupal 8

File

core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Transaction.php
View source
<?php

namespace Drupal\driver_test\Driver\Database\DrivertestMysql;

use Drupal\Core\Database\Driver\mysql\Transaction as CoreTransaction;

/**
 * MySQL test implementation of \Drupal\Core\Database\Transaction.
 */
class Transaction extends CoreTransaction {

}

Classes

Namesort descending Description
Transaction MySQL test implementation of \Drupal\Core\Database\Transaction.