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 10.3.x for trans
  5. Other projects
Title Object type File name Summary
SendmailCommandValidationTransportFactory::create function core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php
SendmailCommandValidationTransportFactory::supports function core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php
SendmailCommandValidationTransportFactory::__construct function core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php Construct command validation decorator for sendmail transport factory.
SeparatorTranslationTest class core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php Test to ensure the datetime range separator is translatable.
SeparatorTranslationTest.php file core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php
SeparatorTranslationTest::$field property core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php The field used in this test class.
SeparatorTranslationTest::$fieldStorage property core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php A field storage to use in this test class.
SeparatorTranslationTest::$modules property core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php Modules to install.
SeparatorTranslationTest::setUp function core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php
SeparatorTranslationTest::testSeparatorTranslation function core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php Tests the translation of the range separator.
ShortcutTranslationUITest class core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Tests the shortcut translation UI.
ShortcutTranslationUITest.php file core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php
ShortcutTranslationUITest::$defaultCacheContexts property core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Default cache contexts expected on a non-translated entity.
ShortcutTranslationUITest::$defaultTheme property core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php The theme to install as the default for testing.
ShortcutTranslationUITest::$modules property core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Modules to install.
ShortcutTranslationUITest::createEntity function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Creates the entity to be translated.
ShortcutTranslationUITest::doTestBasicTranslation function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Tests basic translation functionality for an entity.
ShortcutTranslationUITest::doTestTranslationChanged function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Tests the basic translation workflow.
ShortcutTranslationUITest::doTestTranslationEdit function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Tests edit content translation.
ShortcutTranslationUITest::getNewEntityValues function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Returns an array of entity field values to be tested.
ShortcutTranslationUITest::getTranslatorPermissions function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php Returns an array of permissions needed for the translator.
ShortcutTranslationUITest::setUp function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php
SkipOnEmptyTest::testMultipleTransforms function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php Tests repeated execution of a process plugin resets the pipeline stoppage.
SkipRowIfNotSet::transform function core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php Performs the associated process.
SortTranslationTest class core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php Tests sorting on translatable and not translatable fields.
SortTranslationTest.php file core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php
SortTranslationTest::$modules property core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php Modules to install.
SortTranslationTest::$testViews property core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php Views to be enabled.
SortTranslationTest::setUp function core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php
SortTranslationTest::testSortbyUntranslatedIntegerField function core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php Tests sorting on an untranslated field.
SourceString::isTranslation function core/modules/locale/src/SourceString.php Checks whether the object is a translation string.
SqlContentEntityStorageSchemaTest::testGetSchemaRevisionableTranslatable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Tests the schema for revisionable, translatable entities.
SqlContentEntityStorageSchemaTest::testGetSchemaTranslatable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Tests the schema for non-revisionable, translatable entities.
SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a revisionable, translatable entity type.
SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatableWithFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a complex entity type with fields.
SqlContentEntityStorageTest::testGetTableMappingTranslatable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a non-revisionable, translatable entity type.
SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a translatable entity type with fields.
State::canTransitionTo function core/modules/workflows/src/State.php Determines if the state can transition to the provided state ID.
State::getTransitions function core/modules/workflows/src/State.php Gets all the possible transition objects for the state.
State::getTransitionTo function core/modules/workflows/src/State.php Gets the Transition object for the provided state ID.
StateInterface::canTransitionTo function core/modules/workflows/src/StateInterface.php Determines if the state can transition to the provided state ID.
StateInterface::getTransitions function core/modules/workflows/src/StateInterface.php Gets all the possible transition objects for the state.
StateInterface::getTransitionTo function core/modules/workflows/src/StateInterface.php Gets the Transition object for the provided state ID.
StateTest::testCanTransitionTo function core/modules/workflows/tests/src/Unit/StateTest.php Tests can transition to.
StateTest::testGetTransitions function core/modules/workflows/tests/src/Unit/StateTest.php Tests get transitions.
StateTest::testGetTransitionTo function core/modules/workflows/tests/src/Unit/StateTest.php Tests get transition to.
StateTest::testGetTransitionToException function core/modules/workflows/tests/src/Unit/StateTest.php Tests get transition to exception.
StateTransitionValidation class core/modules/content_moderation/src/StateTransitionValidation.php Validates whether a certain state transition is allowed.
StateTransitionValidation.php file core/modules/content_moderation/src/StateTransitionValidation.php
StateTransitionValidation::$moderationInfo property core/modules/content_moderation/src/StateTransitionValidation.php The moderation information service.

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