You are here

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

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
LingotekNodeWithCyclesTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekNodeWithCyclesTranslationTest.php Tests translating a node.
LingotekNodeWithLinkTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekNodeWithLinkTranslationTest.php Tests translating a node that contains a link field.
LingotekNodeWithParagraphsManageTranslationTabTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekNodeWithParagraphsManageTranslationTabTest.php Tests translating a node with paragraphs using the bulk management form. 1
LingotekNodeWithPathautoTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekNodeWithPathautoTranslationTest.php Tests translating a node that contains a path.
LingotekNodeWithPathTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekNodeWithPathTranslationTest.php Tests translating a node that contains a path.
LingotekNodeWithTablefieldTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekNodeWithTablefieldTranslationTest.php Tests translating a node that contains a block field.
LingotekNodeWithTranslatableParagraphsManageTranslationTabTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekNodeWithTranslatableParagraphsManageTranslationTabTest.php Tests translating a node with translatable paragraphs using the bulk management form.
LingotekNodeWithTranslatedAuthorTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekNodeWithTranslatedAuthorTranslationTest.php Tests translating a node including author field.
LingotekNodeWorkbenchModerationTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekNodeWorkbenchModerationTranslationTest.php Tests translating a node with workbench moderation enabled.
LingotekNoModerationCheckTrait trait Drupal\lingotek\Moderation src/Moderation/LingotekNoModerationCheckTrait.php Utility methods for all the 'noop' moderation services.
LingotekNoModerationConfigurationService class Drupal\lingotek\Moderation src/Moderation/LingotekNoModerationConfigurationService.php Moderation configuration service when no other integration applies. 2
LingotekNoModerationHandler class Drupal\lingotek\Moderation src/Moderation/LingotekNoModerationHandler.php Moderation handler when no other integration applies. 2
LingotekNoModerationSettingsForm class Drupal\lingotek\Moderation src/Moderation/LingotekNoModerationSettingsForm.php Moderation settings form when no other integration applies. 2
LingotekNotificationController class Drupal\lingotek\Controller src/Controller/LingotekNotificationController.php Returns responses for lingotek module setup routes.
LingotekNotificationControllerTest class Drupal\Tests\lingotek\Functional\Controller tests/src/Functional/Controller/LingotekNotificationControllerTest.php Tests the notification controller.
LingotekParagraphsBulkForm class Drupal\lingotek\Form src/Form/LingotekParagraphsBulkForm.php Special treatment for Paragraphs in bulk form. 2
LingotekParagraphsBulkFormTest class Drupal\Tests\lingotek\Functional\Form tests/src/Functional/Form/LingotekParagraphsBulkFormTest.php Tests the bulk management form integration with Paragraphs.
LingotekPaymentRequiredException class Drupal\lingotek\Exception src/Exception/LingotekPaymentRequiredException.php An exception for issues when a payment is required. 18
LingotekPostUpdateRemoveAccountSandboxHostTest class Drupal\Tests\lingotek\Functional\Update tests/src/Functional/Update/LingotekPostUpdateRemoveAccountSandboxHostTest.php Tests the upgrade for clearing 'account.sandbox_host' and 'account.use_production' settings.
LingotekProfile class Drupal\lingotek\Entity src/Entity/LingotekProfile.php Defines the LingotekProfile entity. 18
LingotekProfileAddForm class Drupal\lingotek\Form src/Form/LingotekProfileAddForm.php Provides a form for lingotek profiles addition.
LingotekProfileDeleteForm class Drupal\lingotek\Form src/Form/LingotekProfileDeleteForm.php Provides a form for lingotek profiles deletion.
LingotekProfileEditForm class Drupal\lingotek\Form src/Form/LingotekProfileEditForm.php Provides a form for lingotek profiles edition.
LingotekProfileFormBase class Drupal\lingotek\Form src/Form/LingotekProfileFormBase.php Provides a common base class for Profile forms. 2
LingotekProfileFormTest class Drupal\Tests\lingotek\Functional\Form tests/src/Functional/Form/LingotekProfileFormTest.php Tests the Lingotek profile form.
LingotekProfileInterface interface Drupal\lingotek src/LingotekProfileInterface.php Provides an interface defining a Lingotek profile entity. 1 5
LingotekProfileListBuilder class Drupal\lingotek src/LingotekProfileListBuilder.php Defines a class to build a listing of Lingotek profile entities.
LingotekProfileTargetSaveToVaultPostUpdateTest class Drupal\Tests\lingotek\Functional\Update tests/src/Functional/Update/LingotekProfileTargetSaveToVaultPostUpdateTest.php Tests the upgrade path for setting custom target save-to vault setting.
LingotekProfileUsage class Drupal\lingotek src/LingotekProfileUsage.php Service for checking Lingotek profiles usage. 2
LingotekProfileUsageInterface interface Drupal\lingotek src/LingotekProfileUsageInterface.php Service contract for checking Lingotek profile usage. 1 1
LingotekQueueWorkerTest class Drupal\Tests\lingotek\Unit tests/src/Unit/LingotekQueueWorkerTest.php @coversDefaultClass Drupal\lingotek\Plugin\QueueWorker\LingotekDownloaderQueueWorker @group lingotek @preserveGlobalState disabled
LingotekRouteSubscriber class Drupal\lingotek\Routing src/Routing/LingotekRouteSubscriber.php Subscriber to add lingotek controller and generate bulk administration routes for content entity translation. 2
LingotekSaveTargetDataTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekSaveTargetDataTest.php Tests the Lingotek content service saves data to entities correctly.
LingotekSettingsAccountForm class Drupal\lingotek\Form src/Form/LingotekSettingsAccountForm.php Configure Lingotek 1
LingotekSettingsCommunityForm class Drupal\lingotek\Form src/Form/LingotekSettingsCommunityForm.php Configure text display settings for this page. 1
LingotekSettingsConnectForm class Drupal\lingotek\Form src/Form/LingotekSettingsConnectForm.php Configure Lingotek 2
LingotekSettingsConnectFormTest class Drupal\Tests\lingotek\Unit\Form tests/src/Unit/Form/LingotekSettingsConnectFormTest.php @coversDefaultClass \Drupal\lingotek\Form\LingotekSettingsConnectForm @group lingotek @preserveGlobalState disabled
LingotekSettingsContentSingleForm class Drupal\lingotek\Form src/Form/LingotekSettingsContentSingleForm.php Configure Lingotek 1
LingotekSettingsContentSingleFormTest class Drupal\Tests\lingotek\FunctionalJavascript tests/src/FunctionalJavascript/LingotekSettingsContentSingleFormTest.php @group lingotek
LingotekSettingsController class Drupal\lingotek\Controller src/Controller/LingotekSettingsController.php
LingotekSettingsDefaultsForm class Drupal\lingotek\Form src/Form/LingotekSettingsDefaultsForm.php Configure text display settings for this page. 1 1
LingotekSettingsEditDefaultsForm class Drupal\lingotek\Form src/Form/LingotekSettingsEditDefaultsForm.php Form for editing defaults. 1
LingotekSettingsTabAccountForm class Drupal\lingotek\Form src/Form/LingotekSettingsTabAccountForm.php Configure Lingotek 2
LingotekSettingsTabAccountFormTest class Drupal\Tests\lingotek\Unit\Form tests/src/Unit/Form/LingotekSettingsTabAccountFormTest.php @coversDefaultClass \Drupal\lingotek\Form\LingotekSettingsTabAccountForm @group lingotek @preserveGlobalState disabled
LingotekSettingsTabAccountFormTest class Drupal\Tests\lingotek\Functional\Form tests/src/Functional/Form/LingotekSettingsTabAccountFormTest.php Tests the Lingotek account settings form.
LingotekSettingsTabConfigurationForm class Drupal\lingotek\Form src/Form/LingotekSettingsTabConfigurationForm.php Configure Lingotek 1
LingotekSettingsTabConfigurationFormTest class Drupal\Tests\lingotek\Functional\Form tests/src/Functional/Form/LingotekSettingsTabConfigurationFormTest.php Tests the Lingotek configuration settings form.
LingotekSettingsTabContentForm class Drupal\lingotek\Form src/Form/LingotekSettingsTabContentForm.php Configure Lingotek 1
LingotekSettingsTabContentFormTest class Drupal\Tests\lingotek\FunctionalJavascript tests/src/FunctionalJavascript/LingotekSettingsTabContentFormTest.php @group lingotek
LingotekSettingsTabContentFormTest class Drupal\Tests\lingotek\Functional\Form tests/src/Functional/Form/LingotekSettingsTabContentFormTest.php Tests the Lingotek content settings form.

Pages

Other projects