Transaction.php

Same filename in this branch
  1. 8.9.x core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Transaction.php
  2. 8.9.x core/lib/Drupal/Core/Database/Driver/sqlite/Transaction.php
  3. 8.9.x core/lib/Drupal/Core/Database/Driver/mysql/Transaction.php
  4. 8.9.x core/lib/Drupal/Core/Database/Driver/pgsql/Transaction.php
  5. 8.9.x core/lib/Drupal/Core/Database/Transaction.php
Same filename in other branches
  1. 9 core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Transaction.php
  2. 9 core/lib/Drupal/Core/Database/Transaction.php
  3. 10 core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Transaction.php
  4. 10 core/lib/Drupal/Core/Database/Transaction.php
  5. 11.x core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Transaction.php
  6. 11.x core/lib/Drupal/Core/Database/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.