Search for trans
Title | Object type | File name | Summary |
---|---|---|---|
Connection::driverTransactionManager | function | core/ |
Returns a new instance of the driver's transaction manager. |
Connection::driverTransactionManager | function | core/ |
Returns a new instance of the driver's transaction manager. |
Connection::driverTransactionManager | function | core/ |
Returns a new instance of the driver's transaction manager. |
Connection::inTransaction | function | core/ |
Determines if there is an active transaction open. |
Connection::popCommittableTransactions | function | core/ |
Commit all the transaction layers that can commit. |
Connection::popTransaction | function | core/ |
Decreases the depth of transaction nesting. |
Connection::pushTransaction | function | core/ |
Increases the depth of transaction nesting. |
Connection::startTransaction | function | core/ |
Returns a new DatabaseTransaction object on this connection. |
Connection::startTransaction | function | core/ |
Returns a new DatabaseTransaction object on this connection. |
Connection::startTransaction | function | core/ |
Returns a new DatabaseTransaction object on this connection. |
Connection::startTransaction | function | core/ |
Returns a new DatabaseTransaction object on this connection. |
Connection::startTransaction | function | core/ |
Returns a new DatabaseTransaction object on this connection. |
Connection::startTransaction | function | core/ |
Returns a new DatabaseTransaction object on this connection. |
Connection::supportsTransactionalDDL | function | core/ |
Determines if this driver supports transactional DDL. |
Connection::transactionDepth | function | core/ |
Determines the current transaction depth. |
Connection::transactionManager | function | core/ |
Returns the transaction manager. |
ConstraintViolationBuilder::disableTranslation | function | core/ |
|
ConstraintViolationBuilder::setTranslationDomain | function | core/ |
|
ContentEntityBase::$enforceDefaultTranslation | property | core/ |
Override the result of isDefaultTranslation(). |
ContentEntityBase::$enforceRevisionTranslationAffected | property | core/ |
Whether the revision translation affected flag has been enforced. |
ContentEntityBase::$fieldsToSkipFromTranslationChangesCheck | property | core/ |
Local cache for fields to skip from the checking for translation changes. |
ContentEntityBase::$revisionTranslationAffectedKey | property | core/ |
The revision translation affected entity key. |
ContentEntityBase::$translatableEntityKeys | property | core/ |
Holds translatable entity keys such as the label. |
ContentEntityBase::$translationInitialize | property | core/ |
A flag indicating whether a translation object is being initialized. |
ContentEntityBase::$translations | property | core/ |
An array of entity translation metadata. |
ContentEntityBase::addTranslation | function | core/ |
Adds a new translation to the translatable object. |
ContentEntityBase::clearTranslationCache | function | core/ |
Clears entity translation object cache to remove stale references. |
ContentEntityBase::getFieldsToSkipFromTranslationChangesCheck | function | core/ |
Returns an array of field names to skip in ::hasTranslationChanges. |
ContentEntityBase::getTranslatableFields | function | core/ |
Gets an array of field item lists for translatable fields. |
ContentEntityBase::getTranslatedField | function | core/ |
Gets a translated field. |
ContentEntityBase::getTranslation | function | core/ |
Gets a translation of the data. |
ContentEntityBase::getTranslationLanguages | function | core/ |
Returns the languages the data is translated to. |
ContentEntityBase::getTranslationStatus | function | core/ |
Returns the translation status. |
ContentEntityBase::getUntranslated | function | core/ |
Returns the translatable object in the language it was created. |
ContentEntityBase::hasTranslation | function | core/ |
Checks there is a translation for the given language code. |
ContentEntityBase::hasTranslationChanges | function | core/ |
Determines if the current translation of the entity has unsaved changes. |
ContentEntityBase::initializeTranslation | function | core/ |
Instantiates a translation object for an existing translation. |
ContentEntityBase::isDefaultTranslation | function | core/ |
Checks whether the translation is the default one. |
ContentEntityBase::isDefaultTranslationAffectedOnly | function | core/ |
Checks if untranslatable fields should affect only the default translation. |
ContentEntityBase::isLatestTranslationAffectedRevision | function | core/ |
Checks whether this is the latest revision affecting this translation. |
ContentEntityBase::isNewTranslation | function | core/ |
Checks whether the translation is new. |
ContentEntityBase::isRevisionTranslationAffected | function | core/ |
Checks whether the current translation is affected by the current revision. |
ContentEntityBase::isRevisionTranslationAffectedEnforced | function | core/ |
Checks if the revision translation affected flag value has been enforced. |
ContentEntityBase::isTranslatable | function | core/ |
Returns the translation support status. |
ContentEntityBase::removeTranslation | function | core/ |
Removes the translation identified by the given language code. |
ContentEntityBase::setDefaultTranslationEnforced | function | core/ |
Set or clear an override of the isDefaultTranslation() result. |
ContentEntityBase::setRevisionTranslationAffected | function | core/ |
Marks the current revision translation as affected. |
ContentEntityBase::setRevisionTranslationAffectedEnforced | function | core/ |
Enforces the revision translation affected flag value. |
ContentEntityBaseUnitTest::testIsTranslatable | function | core/ |
@covers ::isTranslatable[[api-linebreak]] |
ContentEntityBaseUnitTest::testIsTranslatableForMonolingual | function | core/ |
@covers ::isTranslatable[[api-linebreak]] |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.