Search for commit
- Search 7.x for commit
- Search 9.5.x for commit
- Search 8.9.x for commit
- Search 10.3.x for commit
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ActiveFixtureManipulator::commitChanges | function | core/ |
|
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… |
ComposerInspectorTest::testPackageDevSnapshotCommitHashIsRemoved | function | core/ |
Tests that the commit hash of a dev snapshot package is ignored. |
Connection::commitAll | function | core/ |
Commits all the open transactions. |
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. |
Drupal\package_manager\LoggingCommitter | service | core/ |
|
Drupal\package_manager_bypass\LoggingCommitter | service | core/ |
|
FixtureManipulator::$committed | property | core/ |
Whether changes have been committed. |
FixtureManipulator::$committingChanges | property | core/ |
Whether changes are currently being committed. |
FixtureManipulator::commitChanges | function | core/ |
Commits the changes to the directory. |
FixtureManipulator::doCommitChanges | function | core/ |
Commits all the changes. |
FixtureManipulatorTest::testActiveManipulatorNoCommitError | function | core/ |
Test that an exception is thrown if ::commitChanges() is not called. |
FixtureManipulatorTest::testStagedFixtureNotCommitted | function | core/ |
Tests that the stage manipulator throws an exception if not committed. |
GenerateAutoloadReferenceFile::autoloadFileCommitted | function | composer/ |
Determines whether or not the autoload file has been committed. |
LoggingCommitter | class | core/ |
A composer-stager Committer decorator that adds logging. |
LoggingCommitter | class | core/ |
Logs Composer Stager's Committer process output to a file. |
LoggingCommitter.php | file | core/ |
|
LoggingCommitter.php | file | core/ |
|
LoggingCommitter::$inner | property | core/ |
The decorated service. |
LoggingCommitter::commit | function | core/ |
|
LoggingCommitter::commit | function | core/ |
|
LoggingCommitter::__construct | function | core/ |
Constructs a Committer object. |
LoggingCommitter::__construct | function | core/ |
|
LoggingCommitterTest | class | core/ |
@covers \Drupal\package_manager\LoggingCommitter @group package_manager |
LoggingCommitterTest.php | file | core/ |
|
LoggingCommitterTest::testDecoratedCommitterIsCalled | function | core/ |
|
PDOConnection::commit | function | core/ |
|
PhpTuf\ComposerStager\API\Core\CommitterInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Core\Committer |
PhpTuf\ComposerStager\API\Precondition\Service\CommitterPreconditionsInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Precondition\Service\CommitterPreconditions |
StageBaseTest::providerCommitException | function | core/ |
Data provider for testCommitException(). |
StageBaseTest::testCommitException | function | core/ |
Tests exception handling during calls to Composer Stager commit. |
StageFixtureManipulator::commitChanges | 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/ |
|
TransactionManager::commitClientTransaction | function | core/ |
|
TransactionManager::commitClientTransaction | function | core/ |
|
TransactionManager::processRootCommit | function | core/ |
|
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.