Search for commit

  1. Search 7.x for commit
  2. Search 9.5.x for commit
  3. Search 10.3.x for commit
  4. Search 11.x for commit
  5. Other projects
Title Object type File name Summary
commit-code-check.sh file core/scripts/dev/commit-code-check.sh #!/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/lib/Drupal/Core/Database/Connection.php Throws an exception to deny direct access to transaction commits.
Connection::doCommit function core/lib/Drupal/Core/Database/Connection.php Do the actual commit, invoke post-commit callbacks.
Connection::popCommittableTransactions function core/lib/Drupal/Core/Database/Driver/mysql/Connection.php Overridden to work around issues to MySQL not supporting transactional DDL.
Connection::popCommittableTransactions function core/lib/Drupal/Core/Database/Connection.php Commit all the transaction layers that can commit.
GenerateAutoloadReferenceFile::autoloadFileCommitted function composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php Determines whether or not the autoload file has been committed.
TransactionCommitFailedException class core/lib/Drupal/Core/Database/TransactionCommitFailedException.php Exception thrown when a commit() function fails.
TransactionCommitFailedException.php file core/lib/Drupal/Core/Database/TransactionCommitFailedException.php
TransactionExplicitCommitNotAllowedException class core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php Exception to deny attempts to explicitly manage transactions.
TransactionExplicitCommitNotAllowedException.php file core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php
TransactionTest::testCommittedTransaction function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests a committed transaction.

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