You are here

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

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
LingotekConfigEntityTranslationEditedToPendingTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekConfigEntityTranslationEditedToPendingTest.php Tests translating a field using the bulk management form.
LingotekConfigFormBase abstract class Drupal\lingotek\Form src/Form/LingotekConfigFormBase.php Configure Lingotek 14
LingotekConfigImportTest class Drupal\lingotek\Tests\Kernel src/Tests/Kernel/LingotekConfigImportTest.php Tests content translation updates performed during config import.
LingotekConfigManagementForm class Drupal\lingotek\Form src/Form/LingotekConfigManagementForm.php Form for bulk management of content. 1 1
LingotekConfigMetadata class Drupal\lingotek\Entity src/Entity/LingotekConfigMetadata.php Defines the Lingotek config metadata entity. 6
LingotekConfigMetadataInterface interface Drupal\lingotek src/LingotekConfigMetadataInterface.php 1 1
LingotekConfigObjectTranslationDocumentUploadHookTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekConfigObjectTranslationDocumentUploadHookTest.php Tests the Lingotek config translation document upload hook.
LingotekConfigObjectTranslationPreSaveHookTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekConfigObjectTranslationPreSaveHookTest.php Tests the Lingotek config object translation pre save hook.
LingotekConfigOverridesTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekConfigOverridesTest.php Tests config overrides in settings.php are possible .
LingotekConfigStatusDownloadTargetTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekConfigStatusDownloadTargetTest.php Tests translating a field using the bulk management form.
LingotekConfigSubscriber class Drupal\lingotek\EventSubscriber src/EventSubscriber/LingotekConfigSubscriber.php Updates config Lingotek translation status when saved. 1 2
LingotekConfigSubscriberTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekConfigSubscriberTest.php Tests config overrides in settings.php are possible .
LingotekConfigSubscriberUnitTest class Drupal\Tests\lingotek\Unit\EventSubscriber tests/src/Unit/EventSubscriber/LingotekConfigSubscriberUnitTest.php @coversDefaultClass \Drupal\lingotek\EventSubscriber\LingotekConfigSubscriber @group lingotek @preserveGlobalState disabled
LingotekConfigTranslationController class Drupal\lingotek\Controller src/Controller/LingotekConfigTranslationController.php
LingotekConfigTranslationDocumentUploadHookTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekConfigTranslationDocumentUploadHookTest.php Tests the Lingotek config translation document upload hook.
LingotekConfigTranslationEditedToPendingTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekConfigTranslationEditedToPendingTest.php Tests translating a field using the bulk management form.
LingotekConfigTranslationPreSaveHookTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekConfigTranslationPreSaveHookTest.php Tests the Lingotek config translation pre save hook.
LingotekConfigTranslationService class Drupal\lingotek src/LingotekConfigTranslationService.php Service for managing Lingotek configuration translations. 2
LingotekConfigTranslationServiceInterface interface Drupal\lingotek src/LingotekConfigTranslationServiceInterface.php Service for managing Lingotek configuration translations. 1 8
LingotekConfigurationService class Drupal\lingotek src/LingotekConfigurationService.php Service for managing lingotek configuration. 2
LingotekConfigurationServiceInterface interface Drupal\lingotek src/LingotekConfigurationServiceInterface.php Defines service for accessing the Lingotek configuration. 1 22
LingotekConnectTest class Drupal\Tests\lingotek\Functional\Form tests/src/Functional/Form/LingotekConnectTest.php Class for testing connecting to Lingotek.
LingotekContactMessageBodyTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekContactMessageBodyTranslationTest.php Tests translating a field in a contact message.
LingotekContentEntityActionBase abstract class Drupal\lingotek\Plugin\Action src/Plugin/Action/LingotekContentEntityActionBase.php 8
LingotekContentEntityConfigurableActionBase abstract class Drupal\lingotek\Plugin\Action src/Plugin/Action/LingotekContentEntityConfigurableActionBase.php 5
LingotekContentEntityGetProfileHookTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekContentEntityGetProfileHookTest.php Tests the hooks for getting content entity associated profile.
LingotekContentEntityStorageException class Drupal\lingotek\Exception src/Exception/LingotekContentEntityStorageException.php An exception for issues when storing content entity translations. 4
LingotekContentMetadata class Drupal\lingotek\Entity src/Entity/LingotekContentMetadata.php Defines the Lingotek content metadata entity. 15
LingotekContentMetadataFieldItemList class Drupal\lingotek\Plugin\Field src/Plugin/Field/LingotekContentMetadataFieldItemList.php A computed field that provides a content entity's Lingotek metadata. 1
LingotekContentMetadataViewsData class Drupal\lingotek\Views src/Views/LingotekContentMetadataViewsData.php Provides the lingotek views integration.
LingotekContentModerationCheckTrait trait Drupal\lingotek\Moderation src/Moderation/LingotekContentModerationCheckTrait.php Utility methods for all the 'content_moderation' moderation services.
LingotekContentModerationConfigurationService class Drupal\lingotek\Moderation src/Moderation/LingotekContentModerationConfigurationService.php Service for managing content moderation settings in the Lingotek integration. 2
LingotekContentModerationHandler class Drupal\lingotek\Moderation src/Moderation/LingotekContentModerationHandler.php Content moderation handler managing the Lingotek integration. 2
LingotekContentModerationSettingsForm class Drupal\lingotek\Moderation src/Moderation/LingotekContentModerationSettingsForm.php Moderation settings form for the Lingotek content_moderation integration. 2
LingotekContentModerationSettingsTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekContentModerationSettingsTest.php Tests setting up the integration with content moderation.
LingotekContentModerationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekContentModerationTest.php Tests setting up the integration with content moderation.
LingotekContentTranslationController class Drupal\lingotek\Controller src/Controller/LingotekContentTranslationController.php Override default translate page for Content Entities.
LingotekContentTranslationDocumentUploadHookTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekContentTranslationDocumentUploadHookTest.php Tests the hooks a node.
LingotekContentTranslationForm class Drupal\lingotek\Form src/Form/LingotekContentTranslationForm.php 1
LingotekContentTranslationHandler class Drupal\lingotek src/LingotekContentTranslationHandler.php
LingotekContentTranslationHandlerInterface interface Drupal\lingotek src/LingotekContentTranslationHandlerInterface.php Interface for providing Lingotek content translation. 1
LingotekContentTranslationPreSaveHookTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekContentTranslationPreSaveHookTest.php Tests the hooks a node.
LingotekContentTranslationService class Drupal\lingotek src/LingotekContentTranslationService.php Service for managing Lingotek content translations. 2
LingotekContentTranslationServiceInterface interface Drupal\lingotek src/LingotekContentTranslationServiceInterface.php Service for managing Lingotek content translations. 1 12
LingotekContentTypeBulkCancelTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekContentTypeBulkCancelTest.php Tests cancelling config entities using the bulk management form.
LingotekContentTypeBulkDebugTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekContentTypeBulkDebugTest.php Tests debugging a config entity using the bulk management form.
LingotekContentTypeBulkLocaleTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekContentTypeBulkLocaleTranslationTest.php Tests translating a config entity into locales using the bulk management form.
LingotekContentTypeBulkTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekContentTypeBulkTranslationTest.php Tests translating a config entity using the bulk management form.
LingotekContentTypeExistingBulkTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekContentTypeExistingBulkTranslationTest.php Tests translating a config entity using the bulk management form.
LingotekContentTypeLocaleTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekContentTypeLocaleTranslationTest.php Tests translating a node with multiple locales.

Pages

Other projects