Search for trans

  1. Search 7.x for trans
  2. Search 9.5.x for trans
  3. Search 8.9.x for trans
  4. Search 11.x for trans
  5. Other projects
Title Object type File name Summary
Connection::driverTransactionManager function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Returns a new instance of the driver's transaction manager.
Connection::driverTransactionManager function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Returns a new instance of the driver's transaction manager.
Connection::driverTransactionManager function core/modules/mysql/src/Driver/Database/mysql/Connection.php Returns a new instance of the driver's transaction manager.
Connection::inTransaction function core/lib/Drupal/Core/Database/Connection.php Determines if there is an active transaction open.
Connection::popCommittableTransactions function core/lib/Drupal/Core/Database/Connection.php Commit all the transaction layers that can commit.
Connection::popTransaction function core/lib/Drupal/Core/Database/Connection.php Decreases the depth of transaction nesting.
Connection::pushTransaction function core/lib/Drupal/Core/Database/Connection.php Increases the depth of transaction nesting.
Connection::startTransaction function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Connection.php Returns a new DatabaseTransaction object on this connection.
Connection::startTransaction function core/tests/fixtures/database_drivers/custom/fake/Connection.php Returns a new DatabaseTransaction object on this connection.
Connection::startTransaction function core/lib/Drupal/Core/Database/Connection.php Returns a new DatabaseTransaction object on this connection.
Connection::startTransaction function core/modules/mysql/src/Driver/Database/mysql/Connection.php Returns a new DatabaseTransaction object on this connection.
Connection::startTransaction function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Returns a new DatabaseTransaction object on this connection.
Connection::startTransaction function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Returns a new DatabaseTransaction object on this connection.
Connection::supportsTransactionalDDL function core/lib/Drupal/Core/Database/Connection.php Determines if this driver supports transactional DDL.
Connection::transactionDepth function core/lib/Drupal/Core/Database/Connection.php Determines the current transaction depth.
Connection::transactionManager function core/lib/Drupal/Core/Database/Connection.php Returns the transaction manager.
ConstraintViolationBuilder::disableTranslation function core/lib/Drupal/Core/Validation/ConstraintViolationBuilder.php
ConstraintViolationBuilder::setTranslationDomain function core/lib/Drupal/Core/Validation/ConstraintViolationBuilder.php
ContentEntityBase::$enforceDefaultTranslation property core/lib/Drupal/Core/Entity/ContentEntityBase.php Override the result of isDefaultTranslation().
ContentEntityBase::$enforceRevisionTranslationAffected property core/lib/Drupal/Core/Entity/ContentEntityBase.php Whether the revision translation affected flag has been enforced.
ContentEntityBase::$fieldsToSkipFromTranslationChangesCheck property core/lib/Drupal/Core/Entity/ContentEntityBase.php Local cache for fields to skip from the checking for translation changes.
ContentEntityBase::$revisionTranslationAffectedKey property core/lib/Drupal/Core/Entity/ContentEntityBase.php The revision translation affected entity key.
ContentEntityBase::$translatableEntityKeys property core/lib/Drupal/Core/Entity/ContentEntityBase.php Holds translatable entity keys such as the label.
ContentEntityBase::$translationInitialize property core/lib/Drupal/Core/Entity/ContentEntityBase.php A flag indicating whether a translation object is being initialized.
ContentEntityBase::$translations property core/lib/Drupal/Core/Entity/ContentEntityBase.php An array of entity translation metadata.
ContentEntityBase::addTranslation function core/lib/Drupal/Core/Entity/ContentEntityBase.php Adds a new translation to the translatable object.
ContentEntityBase::clearTranslationCache function core/lib/Drupal/Core/Entity/ContentEntityBase.php Clears entity translation object cache to remove stale references.
ContentEntityBase::getFieldsToSkipFromTranslationChangesCheck function core/lib/Drupal/Core/Entity/ContentEntityBase.php Returns an array of field names to skip in ::hasTranslationChanges.
ContentEntityBase::getTranslatableFields function core/lib/Drupal/Core/Entity/ContentEntityBase.php Gets an array of field item lists for translatable fields.
ContentEntityBase::getTranslatedField function core/lib/Drupal/Core/Entity/ContentEntityBase.php Gets a translated field.
ContentEntityBase::getTranslation function core/lib/Drupal/Core/Entity/ContentEntityBase.php Gets a translation of the data.
ContentEntityBase::getTranslationLanguages function core/lib/Drupal/Core/Entity/ContentEntityBase.php Returns the languages the data is translated to.
ContentEntityBase::getTranslationStatus function core/lib/Drupal/Core/Entity/ContentEntityBase.php Returns the translation status.
ContentEntityBase::getUntranslated function core/lib/Drupal/Core/Entity/ContentEntityBase.php Returns the translatable object in the language it was created.
ContentEntityBase::hasTranslation function core/lib/Drupal/Core/Entity/ContentEntityBase.php Checks there is a translation for the given language code.
ContentEntityBase::hasTranslationChanges function core/lib/Drupal/Core/Entity/ContentEntityBase.php Determines if the current translation of the entity has unsaved changes.
ContentEntityBase::initializeTranslation function core/lib/Drupal/Core/Entity/ContentEntityBase.php Instantiates a translation object for an existing translation.
ContentEntityBase::isDefaultTranslation function core/lib/Drupal/Core/Entity/ContentEntityBase.php Checks whether the translation is the default one.
ContentEntityBase::isDefaultTranslationAffectedOnly function core/lib/Drupal/Core/Entity/ContentEntityBase.php Checks if untranslatable fields should affect only the default translation.
ContentEntityBase::isLatestTranslationAffectedRevision function core/lib/Drupal/Core/Entity/ContentEntityBase.php Checks whether this is the latest revision affecting this translation.
ContentEntityBase::isNewTranslation function core/lib/Drupal/Core/Entity/ContentEntityBase.php Checks whether the translation is new.
ContentEntityBase::isRevisionTranslationAffected function core/lib/Drupal/Core/Entity/ContentEntityBase.php Checks whether the current translation is affected by the current revision.
ContentEntityBase::isRevisionTranslationAffectedEnforced function core/lib/Drupal/Core/Entity/ContentEntityBase.php Checks if the revision translation affected flag value has been enforced.
ContentEntityBase::isTranslatable function core/lib/Drupal/Core/Entity/ContentEntityBase.php Returns the translation support status.
ContentEntityBase::removeTranslation function core/lib/Drupal/Core/Entity/ContentEntityBase.php Removes the translation identified by the given language code.
ContentEntityBase::setDefaultTranslationEnforced function core/lib/Drupal/Core/Entity/ContentEntityBase.php Set or clear an override of the isDefaultTranslation() result.
ContentEntityBase::setRevisionTranslationAffected function core/lib/Drupal/Core/Entity/ContentEntityBase.php Marks the current revision translation as affected.
ContentEntityBase::setRevisionTranslationAffectedEnforced function core/lib/Drupal/Core/Entity/ContentEntityBase.php Enforces the revision translation affected flag value.
ContentEntityBaseUnitTest::testIsTranslatable function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::isTranslatable[[api-linebreak]]
ContentEntityBaseUnitTest::testIsTranslatableForMonolingual function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::isTranslatable[[api-linebreak]]

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