Search for commit
- Search 9.5.x for commit
- Search 8.9.x for commit
- Search 10.3.x for commit
- Search 11.x for commit
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseConnection::commit | function | includes/ |
Throws an exception to deny direct access to transaction commits. |
DatabaseConnection::popCommittableTransactions | function | includes/ |
Internal function: commit all the transaction layers that can commit. |
DatabaseConnection_mysql::doCommit | function | includes/ |
Do the actual commit, including a workaround for PHP 8 behaviour changes. |
DatabaseConnection_mysql::popCommittableTransactions | function | includes/ |
Overridden to work around issues to MySQL not supporting transactional DDL. |
DatabaseTransactionCommitFailedException | class | includes/ |
Exception thrown when a commit() function fails. |
DatabaseTransactionExplicitCommitNotAllowedException | class | includes/ |
Exception to deny attempts to explicitly manage transactions. |
DatabaseTransactionTestCase::testCommittedTransaction | function | modules/ |
Test committed transaction. |
drupal_session_commit | function | includes/ |
Commits the current session, if necessary. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.