You are here

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

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
LingotekUpgrade8221RemoveContentCloudSettingsTest class Drupal\Tests\lingotek\Functional\Update tests/src/Functional/Update/LingotekUpgrade8221RemoveContentCloudSettingsTest.php Tests the upgrade path for removing Lingotek Content Cloud related preferences.
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.
LingotekUpgrade9402ClearDownloadInterimPreferenceTest class Drupal\Tests\lingotek\Functional\Update tests/src/Functional/Update/LingotekUpgrade9402ClearDownloadInterimPreferenceTest.php Tests the upgrade path for setting enable_download_interim preference.
LingotekUpgrade9500LingotekAccountDataTest class Drupal\Tests\lingotek\Functional\Update tests/src/Functional/Update/LingotekUpgrade9500LingotekAccountDataTest.php Tests the upgrade path for setting enable_download_interim preference.
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.
LingotekWebformBulkTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekWebformBulkTranslationTest.php Tests translating a config entity using the bulk management form.
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.
LinkItDetector class Drupal\lingotek\Plugin\RelatedEntitiesDetector src/Plugin/RelatedEntitiesDetector/LinkItDetector.php @RelatedEntitiesDetector ( id = "linkit_detector", title = Plugin annotation @Translation("Get editor linked entities with LinkIt module"), description = @translation("Get editor linked entities with LinkIt module"), weight = 7, ) 1
LinkItDetectorTest class Drupal\Tests\lingotek\Unit\Plugin\RelatedEntitiesDetector tests/src/Unit/Plugin/RelatedEntitiesDetector/LinkItDetectorTest.php Unit test for the LinkIt entity detector plugin.
NestedCohesionEntityReferenceRevisionsDetector class Drupal\lingotek\Plugin\RelatedEntitiesDetector src/Plugin/RelatedEntitiesDetector/NestedCohesionEntityReferenceRevisionsDetector.php @RelatedEntitiesDetector ( id = "nested_cohesion_entity_reference_revisions_detector", title = Plugin annotation @Translation("Get related cohesion entity reference revisions"), description = @translation("The default retrieval of nested… 1
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
NestedEntityReferenceRevisionsDetector class Drupal\lingotek\Plugin\RelatedEntitiesDetector src/Plugin/RelatedEntitiesDetector/NestedEntityReferenceRevisionsDetector.php @RelatedEntitiesDetector ( id = "nested_entity_reference_revisions_detector", title = Plugin annotation @Translation("Get related entity reference revisions"), description = @translation("The default retrieval of nested entity reference… 1
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
NestedErViewmodeEntitiesDetector class Drupal\lingotek\Plugin\RelatedEntitiesDetector src/Plugin/RelatedEntitiesDetector/NestedErViewmodeEntitiesDetector.php @RelatedEntitiesDetector ( id = "nested_er_viewmode_entities", title = Plugin annotation @Translation("Get related ER viewmode entities"), description = @translation("The default retrieval of nested ER viewmode entities"), weight = 7, ) 1
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
NestedLayoutBuilderEntitiesDetector class Drupal\lingotek\Plugin\RelatedEntitiesDetector src/Plugin/RelatedEntitiesDetector/NestedLayoutBuilderEntitiesDetector.php @RelatedEntitiesDetector ( id = "nested_layout_builder_entities_detector", title = Plugin annotation @Translation("Get related nested layout builder content"), description = @translation("The default retrieval of nested layout builder… 1
NestedLayoutBuilderEntitiesDetectorTest class Drupal\Tests\lingotek\Unit\Plugin\RelatedEntitiesDetector tests/src/Unit/Plugin/RelatedEntitiesDetector/NestedLayoutBuilderEntitiesDetectorTest.php Unit test for the nested layout builder entities 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 8 8
RelatedEntitiesDetectorManager class Drupal\lingotek\RelatedEntities src/RelatedEntities/RelatedEntitiesDetectorManager.php Provides a RelatedEntitiesDetector plugin manager. 2
RenderElementTypesTest class Drupal\Tests\lingotek\Functional\Render\Element tests/src/Functional/Render/Element/RenderElementTypesTest.php Tests the markup of lingotek render element types passed to \Drupal::service('renderer')->render().
RequestAllTranslationsLingotekAction class Drupal\lingotek\Plugin\Action src/Plugin/Action/RequestAllTranslationsLingotekAction.php Assigns ownership of a node to a user.
RequestTranslationLingotekAction class Drupal\lingotek\Plugin\Action src/Plugin/Action/RequestTranslationLingotekAction.php Request Lingotek translation of a content entity for one language.
SettingsForm class Drupal\lingotek_test_config_object\Form tests/modules/lingotek_test_config_object/src/Form/SettingsForm.php Configure Lingotek Translation Test Config Object Helper settings for this site. 1
TestCohesionLayout class Drupal\lingotek_cohesion_test\Entity tests/modules/lingotek_cohesion_test/src/Entity/TestCohesionLayout.php CohesionLayout class override for rendering values for tests.
TestRichTextBlock class Drupal\lingotek_test\Plugin\Block tests/modules/lingotek_test/src/Plugin/Block/TestRichTextBlock.php Provides a 'Lingotek Test Rich Text' block.
TranslationJobBreadcrumbBuilder class Drupal\lingotek\Breadcrumb src/Breadcrumb/TranslationJobBreadcrumbBuilder.php 1 2
TranslationJobBreadcrumbBuilderTest class Drupal\Tests\lingotek\Unit\Breadcrumb tests/src/Unit/Breadcrumb/TranslationJobBreadcrumbBuilderTest.php @coversDefaultClass \Drupal\lingotek\Breadcrumb\TranslationJobBreadcrumbBuilder @group lingotek
UploadToLingotekAction class Drupal\lingotek\Plugin\Action src/Plugin/Action/UploadToLingotekAction.php Assigns ownership of a node to a user.

Pages

Other projects