Search for manager

  1. Search 7.x for manager
  2. Search 9.5.x for manager
  3. Search 8.9.x for manager
  4. Search 10.3.x for manager
  5. Other projects
Title Object type File name Summary
TransactionManagerBase::addClientSavepoint function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Adds a savepoint on the client transaction.
TransactionManagerBase::addPostTransactionCallback function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Adds a root transaction end callback.
TransactionManagerBase::addStackItem function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Adds an item to the transaction stack.
TransactionManagerBase::beginClientTransaction function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Begins a transaction on the client connection.
TransactionManagerBase::commit function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Commits a Drupal transaction.
TransactionManagerBase::commitAll function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Commits the entire transaction stack.
TransactionManagerBase::commitClientTransaction function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Commits a client transaction.
TransactionManagerBase::dumpStackItemsAsString function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Produces a string representation of the stack items.
TransactionManagerBase::getConnectionTransactionState function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Gets the state of the client connection transaction.
TransactionManagerBase::has function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Checks if a named Drupal transaction is active.
TransactionManagerBase::inTransaction function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Determines if there is an active transaction open.
TransactionManagerBase::processPostTransactionCallbacks function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Processes the post-transaction callbacks.
TransactionManagerBase::processRootCommit function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Processes the root transaction commit.
TransactionManagerBase::processRootRollback function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Processes the root transaction rollback.
TransactionManagerBase::purge function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Purges a Drupal transaction from the manager.
TransactionManagerBase::push function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Pushes a new Drupal transaction on the stack.
TransactionManagerBase::releaseClientSavepoint function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Releases a savepoint on the client transaction.
TransactionManagerBase::removeStackItem function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Removes an item from the transaction stack.
TransactionManagerBase::rollback function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Rolls back a Drupal transaction.
TransactionManagerBase::rollbackClientSavepoint function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Rolls back to a savepoint on the client transaction.
TransactionManagerBase::rollbackClientTransaction function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Rolls back a client transaction.
TransactionManagerBase::setConnectionTransactionState function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Sets the state of the client connection transaction.
TransactionManagerBase::stack function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Returns the content of the transaction stack.
TransactionManagerBase::stackDepth function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Returns the current depth of the transaction stack.
TransactionManagerBase::unpile function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Removes a Drupal transaction from the stack.
TransactionManagerBase::voidClientTransaction function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Voids the client connection.
TransactionManagerBase::voidStackItem function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Voids an item from the transaction stack.
TransactionManagerBase::__construct function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Constructor.
TransactionManagerBase::__destruct function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Destructor.
TransactionManagerInterface interface core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Interface for the database transaction manager classes.
TransactionManagerInterface.php file core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php
TransactionManagerInterface::addPostTransactionCallback function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Adds a root transaction end callback.
TransactionManagerInterface::has function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Checks if a named Drupal transaction is active.
TransactionManagerInterface::inTransaction function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Determines if there is an active transaction open.
TransactionManagerInterface::purge function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Purges a Drupal transaction from the manager.
TransactionManagerInterface::push function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Pushes a new Drupal transaction on the stack.
TransactionManagerInterface::rollback function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Rolls back a Drupal transaction.
TransactionManagerInterface::unpile function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Removes a Drupal transaction from the stack.
TransactionManagerInterface::voidClientTransaction function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Voids the client connection.
TransactionTest::testTransactionManagerFailureOnPendingStackItems function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests TransactionManager failure.
TranslateFormBase::$languageManager property core/modules/locale/src/Form/TranslateFormBase.php The language manager.
TranslationManager class core/lib/Drupal/Core/StringTranslation/TranslationManager.php Defines a chained translation implementation combining multiple translators.
TranslationManager.php file core/lib/Drupal/Core/StringTranslation/TranslationManager.php
TranslationManager::$defaultLangcode property core/lib/Drupal/Core/StringTranslation/TranslationManager.php The default langcode used in translations.
TranslationManager::$sortedTranslators property core/lib/Drupal/Core/StringTranslation/TranslationManager.php An array of translators, sorted by priority.
TranslationManager::$translators property core/lib/Drupal/Core/StringTranslation/TranslationManager.php An unsorted array of arrays of active translators.
TranslationManager::addTranslator function core/lib/Drupal/Core/StringTranslation/TranslationManager.php Appends a translation system to the translation chain.
TranslationManager::doTranslate function core/lib/Drupal/Core/StringTranslation/TranslationManager.php Translates a string to the current language or to a given language.
TranslationManager::formatPlural function core/lib/Drupal/Core/StringTranslation/TranslationManager.php Formats a string containing a count of items.
TranslationManager::getStringTranslation function core/lib/Drupal/Core/StringTranslation/TranslationManager.php Retrieves English string to given language.

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