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
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 the basic translation workflow.
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 can reset the pipeline stoppage correctly.
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 @covers ::canTransitionTo
StateTest::testGetTransitions function core/modules/workflows/tests/src/Unit/StateTest.php @covers ::getTransitions
StateTest::testGetTransitionTo function core/modules/workflows/tests/src/Unit/StateTest.php @covers ::getTransitionTo
StateTest::testGetTransitionToException function core/modules/workflows/tests/src/Unit/StateTest.php @covers ::getTransitionTo
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.
StateTransitionValidation::$possibleTransitions property core/modules/content_moderation/src/StateTransitionValidation.php Stores the possible state transitions.
StateTransitionValidation::getValidTransitions function core/modules/content_moderation/src/StateTransitionValidation.php
StateTransitionValidation::isTransitionValid function core/modules/content_moderation/src/StateTransitionValidation.php
StateTransitionValidation::__construct function core/modules/content_moderation/src/StateTransitionValidation.php Constructs a new StateTransitionValidation.
StateTransitionValidationInterface interface core/modules/content_moderation/src/StateTransitionValidationInterface.php Validates whether a certain state transition is allowed.
StateTransitionValidationInterface.php file core/modules/content_moderation/src/StateTransitionValidationInterface.php
StateTransitionValidationInterface::getValidTransitions function core/modules/content_moderation/src/StateTransitionValidationInterface.php Gets a list of transitions that are legal for this user on this entity.

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