You are here

Classes, traits, and interfaces in Lingotek Translation 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
LingotekContentTranslationServiceInterface interface Drupal\lingotek src/LingotekContentTranslationServiceInterface.php Service for managing Lingotek content translations. 1 10
LingotekContentTypeBulkDebugTest class Drupal\lingotek\Tests src/Tests/LingotekContentTypeBulkDebugTest.php Tests debugging a config entity using the bulk management form.
LingotekContentTypeBulkDisassociateTest class Drupal\lingotek\Tests src/Tests/LingotekContentTypeBulkDisassociateTest.php Tests translating config using the bulk management form.
LingotekContentTypeBulkLocaleTranslationTest class Drupal\lingotek\Tests src/Tests/LingotekContentTypeBulkLocaleTranslationTest.php Tests translating a config entity into locales using the bulk management form.
LingotekContentTypeBulkTranslationTest class Drupal\lingotek\Tests src/Tests/LingotekContentTypeBulkTranslationTest.php Tests translating a config entity using the bulk management form.
LingotekContentTypeExistingBulkTranslationTest class Drupal\lingotek\Tests src/Tests/LingotekContentTypeExistingBulkTranslationTest.php Tests translating a config entity using the bulk management form.
LingotekContentTypeLocaleTranslationTest class Drupal\lingotek\Tests src/Tests/LingotekContentTypeLocaleTranslationTest.php Tests translating a node with multiple locales.
LingotekContentTypeNotificationCallbackTest class Drupal\lingotek\Tests src/Tests/LingotekContentTypeNotificationCallbackTest.php Tests translating a content type using the notification callback.
LingotekContentTypeTranslationTest class Drupal\lingotek\Tests src/Tests/LingotekContentTypeTranslationTest.php Tests translating a content type.
LingotekControllerBase abstract class Drupal\lingotek\Controller src/Controller/LingotekControllerBase.php Base class for handling all Lingotek-related routes. 9 3
LingotekDashboardController class Drupal\lingotek\Controller src/Controller/LingotekDashboardController.php Returns responses for lingotek module setup routes. 1
LingotekDashboardControllerTest class Drupal\Tests\lingotek\Unit\Controller tests/src/Unit/Controller/LingotekDashboardControllerTest.php @coversDefaultClass \Drupal\lingotek\Controller\LingotekDashboardController @group lingotek @preserveGlobalState disabled
LingotekDashboardTest class Drupal\lingotek\Tests src/Tests/LingotekDashboardTest.php Tests the Lingotek dashboard.
LingotekEntityController class Drupal\lingotek\Controller src/Controller/LingotekEntityController.php
LingotekEntityTestBulkTranslationTest class Drupal\lingotek\Tests src/Tests/LingotekEntityTestBulkTranslationTest.php Tests translating the entity test using the bulk management form.
LingotekException class Drupal\lingotek\Exception src/Exception/LingotekException.php 2 2
LingotekFake class Drupal\lingotek_test tests/modules/lingotek_test/src/LingotekFake.php
LingotekFieldBodyBulkDebugTest class Drupal\lingotek\Tests src/Tests/LingotekFieldBodyBulkDebugTest.php Tests debugging a field using the bulk management form.
LingotekFieldBodyBulkDisassociateTest class Drupal\lingotek\Tests src/Tests/LingotekFieldBodyBulkDisassociateTest.php Tests disassociating a field using the bulk management form.
LingotekFieldBodyBulkTranslationTest class Drupal\lingotek\Tests src/Tests/LingotekFieldBodyBulkTranslationTest.php Tests translating a field using the bulk management form.
LingotekFieldBodyExistingBulkTranslationTest class Drupal\lingotek\Tests src/Tests/LingotekFieldBodyExistingBulkTranslationTest.php Tests translating a field using the bulk management form.
LingotekFieldBodyNotificationCallbackTest class Drupal\lingotek\Tests src/Tests/LingotekFieldBodyNotificationCallbackTest.php Tests translating a content type using the notification callback.
LingotekFieldBodyTranslationTest class Drupal\lingotek\Tests src/Tests/LingotekFieldBodyTranslationTest.php Tests translating a field.
LingotekFieldOptionsTranslationTest class Drupal\lingotek\Tests src/Tests/LingotekFieldOptionsTranslationTest.php Tests translating a options field.
LingotekGetSourceDataTest class Drupal\lingotek\Tests src/Tests/LingotekGetSourceDataTest.php Tests the Lingotek content service extract data from entities correctly.
LingotekHttp class Drupal\lingotek\Remote src/Remote/LingotekHttp.php 1 2
LingotekHttpInterface interface Drupal\lingotek\Remote src/Remote/LingotekHttpInterface.php 1 2
LingotekImportController class Drupal\lingotek\Controller src/Controller/LingotekImportController.php
LingotekImportForm class Drupal\lingotek\Form src/Form/LingotekImportForm.php @file Contains \Drupal\Lingotek\Form\LingotekManagementForm.
LingotekImportSettingsForm class Drupal\lingotek\Form src/Form/LingotekImportSettingsForm.php
LingotekInterface interface Drupal\lingotek src/LingotekInterface.php 2 10
LingotekLanguageForm class Drupal\lingotek\Form src/Form/LingotekLanguageForm.php Alters the Drupal language module language forms. 2
LingotekLocale class Drupal\lingotek src/LingotekLocale.php A utility class for Lingotek translation. 5
LingotekLocaleTest class Drupal\lingotek\Tests src/Tests/LingotekLocaleTest.php Tests LingotekLocale.
LingotekManagementController class Drupal\lingotek\Controller src/Controller/LingotekManagementController.php
LingotekManagementForm class Drupal\lingotek\Form src/Form/LingotekManagementForm.php Form for bulk management of content. 1
LingotekManagementFormHelperTrait trait Drupal\lingotek\Helpers src/Helpers/LingotekManagementFormHelperTrait.php Useful methods for management forms. 2
LingotekManagementFormTest class Drupal\Tests\lingotek\Unit\Form tests/src/Unit/Form/LingotekManagementFormTest.php @coversDefaultClass \Drupal\lingotek\Form\LingotekManagementForm @group lingotek @preserveGlobalState disabled
LingotekMetadataEditForm class Drupal\lingotek\Form src/Form/LingotekMetadataEditForm.php
LingotekMetadataEditFormTest class Drupal\lingotek\Tests\Form src/Tests/Form/LingotekMetadataEditFormTest.php Tests the Lingotek metadata form.
LingotekModuleInstallationTest class Drupal\lingotek\Tests src/Tests/LingotekModuleInstallationTest.php Tests that the module can be enabled.
LingotekNodeBulkDebugTest class Drupal\lingotek\Tests src/Tests/LingotekNodeBulkDebugTest.php Tests debugging a node using the bulk management form.
LingotekNodeBulkDisassociateTest class Drupal\lingotek\Tests src/Tests/LingotekNodeBulkDisassociateTest.php Tests translating a node using the bulk management form.
LingotekNodeBulkFormTest class Drupal\lingotek\Tests\Form src/Tests/Form/LingotekNodeBulkFormTest.php Tests the bulk management form.
LingotekNodeBulkLocaleTranslationTest class Drupal\lingotek\Tests src/Tests/LingotekNodeBulkLocaleTranslationTest.php Tests translating a node into locales using the bulk management form.
LingotekNodeBulkProfileTest class Drupal\lingotek\Tests src/Tests/LingotekNodeBulkProfileTest.php Tests translating a node using the bulk management form.
LingotekNodeBulkTranslationTest class Drupal\lingotek\Tests src/Tests/LingotekNodeBulkTranslationTest.php Tests translating a node using the bulk management form.
LingotekNodeEmbeddingContactFormTranslationTest class Drupal\lingotek\Tests src/Tests/LingotekNodeEmbeddingContactFormTranslationTest.php Tests translating a node with multiple locales embedding another config entity.
LingotekNodeEmbeddingTagsTranslationTest class Drupal\lingotek\Tests src/Tests/LingotekNodeEmbeddingTagsTranslationTest.php Tests translating a node with multiple locales embedding another entity.
LingotekNodeExistingBulkTranslationTest class Drupal\lingotek\Tests src/Tests/LingotekNodeExistingBulkTranslationTest.php Tests translating a node using the bulk management form.

Pages

Other projects