You are here

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

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
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 1
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 1
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.
LingotekSettingsTabContentFormWithLotsOfContentTest class Drupal\Tests\lingotek\FunctionalJavascript tests/src/FunctionalJavascript/LingotekSettingsTabContentFormWithLotsOfContentTest.php @group lingotek
LingotekSettingsTabIntegrationFormTest class Drupal\Tests\lingotek\Functional\Form tests/src/Functional/Form/LingotekSettingsTabIntegrationFormTest.php Tests the Lingotek integrations settings form.
LingotekSettingsTabIntegrationsForm class Drupal\lingotek\Form src/Form/LingotekSettingsTabIntegrationsForm.php Configure integration modules settings for Lingotek. 1
LingotekSettingsTabIntelligenceMetadataFormTest class Drupal\Tests\lingotek\Functional\Form tests/src/Functional/Form/LingotekSettingsTabIntelligenceMetadataFormTest.php Tests the Lingotek intelligence metadata settings form.
LingotekSettingsTabLoggingForm class Drupal\lingotek\Form src/Form/LingotekSettingsTabLoggingForm.php Configure Lingotek
LingotekSettingsTabParagraphsIntegrationFormTest class Drupal\Tests\lingotek\Functional\Form tests/src/Functional/Form/LingotekSettingsTabParagraphsIntegrationFormTest.php Tests the Lingotek integrations settings form with paragraphs.
LingotekSettingsTabPreferencesForm class Drupal\lingotek\Form src/Form/LingotekSettingsTabPreferencesForm.php Configure Lingotek 1
LingotekSettingsTabProfilesEditForm class Drupal\lingotek\Form src/Form/LingotekSettingsTabProfilesEditForm.php Configure Lingotek 1
LingotekSettingsTabUtilitiesForm class Drupal\lingotek\Form src/Form/LingotekSettingsTabUtilitiesForm.php Tab for running Lingotek utilities in the settings page. 2
LingotekSettingsTabUtilitiesFormTest class Drupal\Tests\lingotek\Functional\Form tests/src/Functional/Form/LingotekSettingsTabUtilitiesFormTest.php Tests the Lingotek utilities settings form.
LingotekSettingsTabUtilitiesFormTest class Drupal\Tests\lingotek\Unit\Form tests/src/Unit/Form/LingotekSettingsTabUtilitiesFormTest.php @coversDefaultClass \Drupal\lingotek\Form\LingotekSettingsTabUtilitiesForm @group lingotek @preserveGlobalState disabled
LingotekSetupController class Drupal\lingotek\Controller src/Controller/LingotekSetupController.php Returns responses for lingotek module setup routes.
LingotekSetupTrait trait Drupal\lingotek src/LingotekSetupTrait.php Useful methods for checking if Lingotek is already setup. 4
LingotekSourceStatus class Drupal\lingotek\Element src/Element/LingotekSourceStatus.php Provides a Lingotek source status element.
LingotekSourceStatusFormatter class Drupal\lingotek\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/LingotekSourceStatusFormatter.php Plugin implementation of the 'lingotek_translation_status' formatter.
LingotekSourceStatusFormatterTest class Drupal\lingotek\Tests\Kernel\FieldFormatters src/Tests/Kernel/FieldFormatters/LingotekSourceStatusFormatterTest.php Tests the Lingotek source status formatter.
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\FunctionalJavascript tests/src/FunctionalJavascript/LingotekSupportedLocalesControllerTest.php @group lingotek
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
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. 122 25

Pages

Other projects