Search for trans

  1. Search 7.x for trans
  2. Search 9.5.x for trans
  3. Search 10.3.x for trans
  4. Search 11.x for trans
  5. Other projects
Title Object type File name Summary
VocabularyTranslation::query function core/modules/taxonomy/src/Plugin/migrate/source/d7/VocabularyTranslation.php
VocabularyTranslationTest class core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTranslationTest.php Tests D6 i18n vocabulary source plugin.
VocabularyTranslationTest class core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTranslationTest.php Tests D7 i18n vocabulary source plugin.
VocabularyTranslationTest class core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php Tests content translation for vocabularies.
VocabularyTranslationTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTranslationTest.php
VocabularyTranslationTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTranslationTest.php
VocabularyTranslationTest.php file core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php
VocabularyTranslationTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php The theme to install as the default for testing.
VocabularyTranslationTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTranslationTest.php Modules to enable.
VocabularyTranslationTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTranslationTest.php Modules to enable.
VocabularyTranslationTest::$modules property core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php Modules to enable.
VocabularyTranslationTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTranslationTest.php The data provider.
VocabularyTranslationTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTranslationTest.php The data provider.
VocabularyTranslationTest::setUp function core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php
VocabularyTranslationTest::testVocabularyLanguage function core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php Tests language settings for vocabularies.
WebTestBase::$customTranslations property core/modules/simpletest/src/WebTestBase.php An array of custom translations suitable for drupal_rewrite_settings().
WebTestBase::addCustomTranslations function core/modules/simpletest/src/WebTestBase.php Queues custom translations to be written to settings.php.
WebTestBase::translatePostValues function core/modules/simpletest/src/WebTestBase.php Transforms a nested array into a flat array suitable for WebTestBase::drupalPostForm().
WebTestBase::writeCustomTranslations function core/modules/simpletest/src/WebTestBase.php Writes custom translations to the test site's settings.php.
WorkflowCustomStateTransitionAccessTest class core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php Test custom provided workflow access for state/transition operations.
WorkflowCustomStateTransitionAccessTest.php file core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php
WorkflowCustomStateTransitionAccessTest::$adminUser property core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php A test admin user.
WorkflowCustomStateTransitionAccessTest::$defaultTheme property core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php The theme to install as the default for testing.
WorkflowCustomStateTransitionAccessTest::$modules property core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php Modules to enable.
WorkflowCustomStateTransitionAccessTest::$testWorkflow property core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php A test workflow.
WorkflowCustomStateTransitionAccessTest::setUp function core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php
WorkflowCustomStateTransitionAccessTest::testCustomWorkflowAccessOperations function core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php Test the custom state/transition operation access rules.
WorkflowStateTransitionOperationsAccessCheck class core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php Provides an access check for state and transition operations.
WorkflowStateTransitionOperationsAccessCheck.php file core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php
WorkflowStateTransitionOperationsAccessCheck::access function core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php Checks access for operations of workflow states and transitions.
WorkflowStateTransitionOperationsAccessCheck::getOperation function core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php Get the operation that will be used for the access check
WorkflowStateTransitionOperationsAccessCheckTest class core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php @coversDefaultClass \Drupal\workflows\WorkflowStateTransitionOperationsAccessCheck[[api-linebreak]]
@group workflows
WorkflowStateTransitionOperationsAccessCheckTest.php file core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php
WorkflowStateTransitionOperationsAccessCheckTest::accessTestCases function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php Test cases for ::testAccess.
WorkflowStateTransitionOperationsAccessCheckTest::invalidOperationNameTestCases function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php Test cases for ::testInvalidOperationName.
WorkflowStateTransitionOperationsAccessCheckTest::testAccess function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php Test the access method correctly proxies to the entity access system.
WorkflowStateTransitionOperationsAccessCheckTest::testInvalidOperationName function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php @covers ::access[[api-linebreak]]
@dataProvider invalidOperationNameTestCases
WorkflowStateTransitionOperationsAccessCheckTest::testLegacyWorkflowStateDeleteAccessCheck function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php @covers \Drupal\workflows\WorkflowDeleteAccessCheck::access[[api-linebreak]]
@expectedDeprecation Using the _workflow_state_delete_access check is deprecated in Drupal 8.6.0 and will be removed before Drupal 9.0.0, use _workflow_access instead. As an…
WorkflowStateTransitionOperationsAccessCheckTest::testMissingRouteParams function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php @covers ::access[[api-linebreak]]
WorkflowTest::testAddTransition function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::addTransition[[api-linebreak]]
@covers ::hasTransition[[api-linebreak]]
WorkflowTest::testAddTransitionConsistentAfterFromCatch function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::addTransition[[api-linebreak]]
WorkflowTest::testAddTransitionDuplicateException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::addTransition[[api-linebreak]]
WorkflowTest::testAddTransitionDuplicateTransitionStatesException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::addTransition[[api-linebreak]]
WorkflowTest::testAddTransitionInvalidIdException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::addTransition[[api-linebreak]]
WorkflowTest::testAddTransitionMissingFromException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::addTransition[[api-linebreak]]
WorkflowTest::testAddTransitionMissingToException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::addTransition[[api-linebreak]]
WorkflowTest::testDeleteTransition function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::deleteTransition[[api-linebreak]]
WorkflowTest::testDeleteTransitionException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::deleteTransition[[api-linebreak]]
WorkflowTest::testGetTransition function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getTransition[[api-linebreak]]
WorkflowTest::testGetTransitionException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getTransition[[api-linebreak]]

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