You are here

Classes, traits, and interfaces in Lingotek Translation 3.4.x

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
LingotekSourceStatusFormatterTest class Drupal\Tests\lingotek\Functional\FieldFormatters tests/src/Functional/FieldFormatters/LingotekSourceStatusFormatterTest.php Tests the Lingotek source status field formatter.
LingotekSupportedLocalesController class Drupal\lingotek\Controller src/Controller/LingotekSupportedLocalesController.php 1
LingotekSupportedLocalesControllerTest class Drupal\Tests\lingotek\Functional\Controller tests/src/Functional/Controller/LingotekSupportedLocalesControllerTest.php Tests the supported locales controller.
LingotekSupportedLocalesControllerTest class Drupal\Tests\lingotek\Unit\Controller tests/src/Unit/Controller/LingotekSupportedLocalesControllerTest.php @coversDefaultClass \Drupal\lingotek\Controller\LingotekSupportedLocalesController @group lingotek @preserveGlobalState disabled
LingotekSupportedLocalesControllerTest class Drupal\Tests\lingotek\FunctionalJavascript tests/src/FunctionalJavascript/LingotekSupportedLocalesControllerTest.php @group lingotek
LingotekSystemSiteBulkCancelTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekSystemSiteBulkCancelTest.php Tests translating config using the bulk management form.
LingotekSystemSiteBulkDebugTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekSystemSiteBulkDebugTest.php Tests debugging a config object using the bulk management form.
LingotekSystemSiteBulkLocaleTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekSystemSiteBulkLocaleTranslationTest.php Tests translating a config file into locales using the bulk management form.
LingotekSystemSiteBulkTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekSystemSiteBulkTranslationTest.php Tests translating a config object using the bulk management form.
LingotekSystemSiteExistingBulkTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekSystemSiteExistingBulkTranslationTest.php Tests translating a config object using the bulk management form.
LingotekSystemSiteLocaleTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekSystemSiteLocaleTranslationTest.php Tests translating a node with multiple locales.
LingotekSystemSiteTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekSystemSiteTranslationTest.php Tests translating a config object.
LingotekTargetStatus class Drupal\lingotek\Element src/Element/LingotekTargetStatus.php Provides a Lingotek target status element.
LingotekTargetStatuses class Drupal\lingotek\Element src/Element/LingotekTargetStatuses.php Provides a Lingotek target status element.
LingotekTaxonomyTermLongTitleTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekTaxonomyTermLongTitleTranslationTest.php Tests translating a taxonomy term with a very long title that doesn't fit.
LingotekTaxonomyTermTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekTaxonomyTermTranslationTest.php Tests translating a taxonomy term.
LingotekTestBase abstract class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekTestBase.php Base class for Lingotek test. Performs authorization of the account. 126 25
LingotekTestServiceProvider class Drupal\lingotek_test tests/modules/lingotek_test/src/LingotekTestServiceProvider.php Modifies the lingotek service.
LingotekToolbarIntegrationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekToolbarIntegrationTest.php Tests toolbar links with Lingotek module enabled.
LingotekTranslationSourceField class Drupal\lingotek\Plugin\Field\FieldType src/Plugin/Field/FieldType/LingotekTranslationSourceField.php 1
LingotekTranslationStatusController class Drupal\lingotek_form_test\Controller tests/modules/lingotek_form_test/src/Controller/LingotekTranslationStatusController.php Controller for rendering the translation status of an entity for tests.
LingotekTranslationStatusesFormatter class Drupal\lingotek\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/LingotekTranslationStatusesFormatter.php Plugin implementation of the 'lingotek_translation_statuses' formatter.
LingotekTranslationStatusesFormatterTest class Drupal\Tests\lingotek\Functional\FieldFormatters tests/src/Functional/FieldFormatters/LingotekTranslationStatusesFormatterTest.php Tests the Lingotek translation statuses field formatter.
LingotekTranslationStatusFormatter class Drupal\lingotek\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/LingotekTranslationStatusFormatter.php Plugin implementation of the 'lingotek_translation_status' formatter.
LingotekTranslationStatusFormatterTest class Drupal\Tests\lingotek\Functional\FieldFormatters tests/src/Functional/FieldFormatters/LingotekTranslationStatusFormatterTest.php Tests the Lingotek translation status field formatter.
LingotekUnitTest class Drupal\Tests\lingotek\Unit tests/src/Unit/LingotekUnitTest.php @coversDefaultClass \Drupal\lingotek\Lingotek @group lingotek @preserveGlobalState disabled
LingotekUpgrade8221RemoveContentCloudSettingsTest class Drupal\Tests\lingotek\Functional\Update tests/src/Functional/Update/LingotekUpgrade8221RemoveContentCloudSettingsTest.php Tests the upgrade path for removing Lingotek Content Cloud related preferences.
LingotekUpgrade8222EnableDownloadInterimPreferenceTest class Drupal\Tests\lingotek\Functional\Update tests/src/Functional/Update/LingotekUpgrade8222EnableDownloadInterimPreferenceTest.php Tests the upgrade path for setting enable_download_interim preference.
LingotekUpgrade9000AppendTypeToTitleBooleanConversionTest class Drupal\Tests\lingotek\Functional\Update tests/src/Functional/Update/LingotekUpgrade9000AppendTypeToTitleBooleanConversionTest.php Tests the upgrade path for updating append_type_to_title preference.
LingotekUpgrade9401AddUploadedAndUpdatedFieldTest class Drupal\Tests\lingotek\Functional\Update tests/src/Functional/Update/LingotekUpgrade9401AddUploadedAndUpdatedFieldTest.php Tests the upgrade path for adding 'updated date' and 'last uploaded' fields.
LingotekUserSettingsBulkTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekUserSettingsBulkTranslationTest.php Tests translating user settings using the bulk management form.
LingotekUtilitiesDisassociateAllDocumentsTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekUtilitiesDisassociateAllDocumentsTest.php Tests disassociating all site documents.
LingotekViewsFunctionalTests class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekViewsFunctionalTests.php Tests the views integrations for Lingotek.
LingotekViewsTestTrait trait Drupal\Tests\lingotek\Functional\Views tests/src/Functional/Views/LingotekViewsTestTrait.php Trait Lingotek views test. Overrides some methods from LingotekTestBase.
LingotekWorkbenchModerationCheckTrait trait Drupal\lingotek\Moderation src/Moderation/LingotekWorkbenchModerationCheckTrait.php Utility methods for all the 'workbench_moderation' moderation services.
LingotekWorkbenchModerationConfigurationService class Drupal\lingotek\Moderation src/Moderation/LingotekWorkbenchModerationConfigurationService.php Manages workbench moderation settings in the Lingotek integration. 2
LingotekWorkbenchModerationCustomMenuLinkTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekWorkbenchModerationCustomMenuLinkTest.php Tests setting up the integration with workbench moderation.
LingotekWorkbenchModerationHandler class Drupal\lingotek\Moderation src/Moderation/LingotekWorkbenchModerationHandler.php Workbench moderation handler managing the Lingotek integration. 2
LingotekWorkbenchModerationSettingsForm class Drupal\lingotek\Moderation src/Moderation/LingotekWorkbenchModerationSettingsForm.php Moderation settings form for the Lingotek workbench_moderation integration. 2
LingotekWorkbenchModerationSettingsTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekWorkbenchModerationSettingsTest.php Tests setting up the integration with workbench moderation.
LingotekWorkbenchModerationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekWorkbenchModerationTest.php Tests setting up the integration with workbench moderation.
LingotekWorkbenchRedirectController class Drupal\lingotek\Controller src/Controller/LingotekWorkbenchRedirectController.php Controller for redirecting to the Lingotek TMS workbench.
LingotekWorkbenchRedirectControllerTest class Drupal\Tests\lingotek\Functional\Controller tests/src/Functional/Controller/LingotekWorkbenchRedirectControllerTest.php Tests the workbench redirect controller.
NestedCohesionEntityReferenceRevisionsDetectorTest class Drupal\Tests\lingotek\Unit\Plugin\RelatedEntitiesDetector tests/src/Unit/Plugin/RelatedEntitiesDetector/NestedCohesionEntityReferenceRevisionsDetectorTest.php Unit test for the nested entity references revisions detector plugin
NestedEntityReferenceRevisionsDetectorTest class Drupal\Tests\lingotek\Unit\Plugin\RelatedEntitiesDetector tests/src/Unit/Plugin/RelatedEntitiesDetector/NestedEntityReferenceRevisionsDetectorTest.php Unit test for the nested entity references revisions detector plugin
NestedEntityReferencesDetector class Drupal\lingotek\Plugin\RelatedEntitiesDetector src/Plugin/RelatedEntitiesDetector/NestedEntityReferencesDetector.php @RelatedEntitiesDetector ( id = "nested_entity_references", title = Plugin annotation @Translation("Get related entity references"), description = @Translation("The default retrieval of nested entities"), weight = 5, ) 1
NestedEntityReferencesDetectorTest class Drupal\Tests\lingotek\Unit\Plugin\RelatedEntitiesDetector tests/src/Unit/Plugin/RelatedEntitiesDetector/NestedEntityReferencesDetectorTest.php Unit test for the nested entitiy detector plugin
NestedErViewmodeEntitiesDetectorTest class Drupal\Tests\lingotek\Unit\Plugin\RelatedEntitiesDetector tests/src/Unit/Plugin/RelatedEntitiesDetector/NestedErViewmodeEntitiesDetectorTest.php Unit test for the nested entity references views mode detector plugin
RelatedEntitiesDetector class Drupal\lingotek\Annotation src/Annotation/RelatedEntitiesDetector.php Defines a RelatedEntitiesDetector annotation object
RelatedEntitiesDetectorInterface interface Drupal\lingotek\RelatedEntities src/RelatedEntities/RelatedEntitiesDetectorInterface.php 1 1

Pages

Other projects