Search for commit
- Search 7.x for commit
- Search 9.5.x for commit
- Search 8.9.x for commit
- Search 11.x for commit
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
commit-code-check.sh | file | core/ |
#!/bin/bash # # This script performs code quality checks. # # @internal # This script is not covered by Drupal core's backwards compatibility promise. # It exists only for core development purposes. # # The script makes the following… |
Connection::commit | function | core/ |
Throws an exception to deny direct access to transaction commits. |
Connection::commitAll | function | core/ |
Commits all the open transactions. |
Connection::doCommit | function | core/ |
Do the actual commit, invoke post-commit callbacks. |
Connection::popCommittableTransactions | function | core/ |
Commit all the transaction layers that can commit. |
Database::commitAllOnShutdown | function | core/ |
Calls commitAll() on all the open connections. |
DriverSpecificTransactionTestBase::testCommittedTransaction | function | core/ |
Tests a committed transaction. |
DriverSpecificTransactionTestBase::testCommitWithActiveSavepoint | function | core/ |
Tests committing a transaction while savepoints are active. |
DriverSpecificTransactionTestBase::testRootTransactionEndCallbackCalledOnCommit | function | core/ |
Tests post-transaction callback executes after transaction commit. |
GenerateAutoloadReferenceFile::autoloadFileCommitted | function | composer/ |
Determines whether or not the autoload file has been committed. |
PDOConnection::commit | function | core/ |
|
TransactionCommitFailedException | class | core/ |
Exception thrown when a commit() function fails. |
TransactionCommitFailedException.php | file | core/ |
|
TransactionExplicitCommitNotAllowedException | class | core/ |
Exception to deny attempts to explicitly manage transactions. |
TransactionExplicitCommitNotAllowedException.php | file | core/ |
|
TransactionManager::commitClientTransaction | function | core/ |
Commits a client transaction. |
TransactionManager::commitClientTransaction | function | core/ |
Commits a client transaction. |
TransactionManager::commitClientTransaction | function | core/ |
Commits a client transaction. |
TransactionManager::processRootCommit | function | core/ |
Processes the root transaction commit. |
TransactionManagerBase::commitAll | function | core/ |
Commits the entire transaction stack. |
TransactionManagerBase::commitClientTransaction | function | core/ |
Commits a client transaction. |
TransactionManagerBase::processRootCommit | function | core/ |
Processes the root transaction commit. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.