Transaction.php

Namespace

Drupal\driver_test\Driver\Database\DrivertestMysql

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

Title Deprecated Summary
Transaction MySQL test implementation of \Drupal\Core\Database\Transaction.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.