Search for trans
- Search 7.x for trans
- Search 9.5.x for trans
- Search 8.9.x for trans
- Search 10.3.x for trans
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
TransactionManagerInterface::unpile | function | core/ |
Removes a Drupal transaction from the stack. |
TransactionManagerInterface::voidClientTransaction | function | core/ |
Voids the client connection. |
TransactionNameNonUniqueException | class | core/ |
Exception thrown when a savepoint or transaction name occurs twice. |
TransactionNameNonUniqueException.php | file | core/ |
|
TransactionNoActiveException | class | core/ |
Exception for when popTransaction() is called with no active transaction. |
TransactionNoActiveException.php | file | core/ |
|
TransactionOutOfOrderException | class | core/ |
Exception thrown transactions are out of order. |
TransactionOutOfOrderException.php | file | core/ |
|
TransactionTest | class | core/ |
Tests transaction for the SQLite driver. |
TransactionTest | class | core/ |
Tests transaction for the MySQL driver. |
TransactionTest | class | core/ |
Tests transaction for the PostgreSQL driver. |
TransactionTest | class | core/ |
Tests transaction for the MySQLi driver. |
TransactionTest.php | file | core/ |
|
TransactionTest.php | file | core/ |
|
TransactionTest.php | file | core/ |
|
TransactionTest.php | file | core/ |
|
TransactionTest::testCommitTransactionWhenInactive | function | core/ |
Tests committing a transaction when there's none active on the client. |
TransactionTest::testStartTransactionWhenActive | function | core/ |
Tests starting a transaction when there's one active on the client. |
TranslatableInterface | interface | core/ |
Interface for translatable data. |
TranslatableInterface | interface | core/ |
Provides methods for an entity to support translation. |
TranslatableInterface.php | file | core/ |
|
TranslatableInterface.php | file | core/ |
|
TranslatableInterface::addTranslation | function | core/ |
Adds a new translation to the translatable object. |
TranslatableInterface::getTranslation | function | core/ |
Gets a translation of the data. |
TranslatableInterface::getTranslationLanguages | function | core/ |
Returns the languages the data is translated to. |
TranslatableInterface::getUntranslated | function | core/ |
Returns the translatable object in the language it was created. |
TranslatableInterface::hasTranslation | function | core/ |
Checks there is a translation for the given language code. |
TranslatableInterface::hasTranslationChanges | function | core/ |
Determines if the current translation of the entity has unsaved changes. |
TranslatableInterface::isDefaultTranslation | function | core/ |
Checks whether the translation is the default one. |
TranslatableInterface::isNewTranslation | function | core/ |
Checks whether the translation is new. |
TranslatableInterface::isTranslatable | function | core/ |
Returns the translation support status. |
TranslatableInterface::language | function | core/ |
Returns the translation language. |
TranslatableInterface::removeTranslation | function | core/ |
Removes the translation identified by the given language code. |
TranslatableMarkup | class | core/ |
Provides translatable markup class. |
TranslatableMarkup.php | file | core/ |
|
TranslatableMarkup::$options | property | core/ |
The translation options. |
TranslatableMarkup::$stringTranslation | property | core/ |
The string translation service. |
TranslatableMarkup::$translatedMarkup | property | core/ |
The translated markup without placeholder replacements. |
TranslatableMarkup::count | function | core/ |
Returns the string length. |
TranslatableMarkup::getArguments | function | core/ |
Gets all arguments from this translated string. |
TranslatableMarkup::getOption | function | core/ |
Gets a specific option from this translated string. |
TranslatableMarkup::getOptions | function | core/ |
Gets all options from this translated string. |
TranslatableMarkup::getStringTranslation | function | core/ |
Gets the string translation service. |
TranslatableMarkup::getUntranslatedString | function | core/ |
Gets the untranslated string value stored in this translated string. |
TranslatableMarkup::render | function | core/ |
Renders the object as a string. |
TranslatableMarkup::__construct | function | core/ |
Constructs a new class instance. |
TranslatableMarkup::__sleep | function | core/ |
Magic __sleep() method to avoid serializing the string translator. |
TranslatableMarkupTest | class | core/ |
Tests the TranslatableMarkup class. |
TranslatableMarkupTest.php | file | core/ |
|
TranslatableMarkupTest::$lastErrorMessage | property | core/ |
The error message of the last error in the error handler. |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.