Connection::rollback |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Rolls back the transaction entirely or to a named savepoint. |
Connection::rollback |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Rolls back the transaction entirely or to a named savepoint. |
Transaction::rollback |
function |
drupal/core/lib/Drupal/Core/Database/Transaction.php |
Rolls back the current transaction. |
Connection::$willRollback |
property |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Whether or not the active transaction (if any) will be rolled back. |
EntityCrudHookTest::testEntityNGRollback |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
Tests rollback from failed insert in EntityNG. |
TransactionTest::testTransactionRollBackSupported |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php |
Tests transaction rollback on a database that supports transactions. |
TransactionTest::testTransactionRollBackNotSupported |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php |
Tests transaction rollback on a database that doesn't support transactions. |