You are here

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

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
CancelLingotekAction class Drupal\lingotek\Plugin\Action src/Plugin/Action/CancelLingotekAction.php Assigns ownership of a node to a user.
CancelTranslationLingotekAction class Drupal\lingotek\Plugin\Action src/Plugin/Action/CancelTranslationLingotekAction.php Request Lingotek translation of a content entity for one language.
CheckStatusAllTranslationsLingotekAction class Drupal\lingotek\Plugin\Action src/Plugin/Action/CheckStatusAllTranslationsLingotekAction.php Assigns ownership of a node to a user.
CheckTranslationStatusLingotekAction class Drupal\lingotek\Plugin\Action src/Plugin/Action/CheckTranslationStatusLingotekAction.php Check Lingotek translation status of a content entity for one language.
CheckUploadToLingotekAction class Drupal\lingotek\Plugin\Action src/Plugin/Action/CheckUploadToLingotekAction.php Assigns ownership of a node to a user.
ChineseBulkTranslationTest class Drupal\Tests\lingotek\Functional tests/src/Functional/ChineseBulkTranslationTest.php Tests translating into chinese locales.
ContentEntityLingotekActionDeriver class Drupal\lingotek\Plugin\Action\Derivative src/Plugin/Action/Derivative/ContentEntityLingotekActionDeriver.php
ContentTranslationLocalTasks class Drupal\lingotek\Plugin\Derivative src/Plugin/Derivative/ContentTranslationLocalTasks.php Provides dynamic local tasks for Lingotek content translation management. 1
ContentTranslationMenuLinks class Drupal\lingotek\Plugin\Derivative src/Plugin/Derivative/ContentTranslationMenuLinks.php Provides dynamic menu links for Lingotek content translation management. 1
CurrentThemeBlock class Drupal\lingotek_test\Plugin\Block tests/modules/lingotek_test/src/Plugin/Block/CurrentThemeBlock.php Block that shows the current theme.
DeleteAllTranslationsAction class Drupal\lingotek\Plugin\Action src/Plugin/Action/DeleteAllTranslationsAction.php Assigns ownership of a node to a user. 1
DeleteTranslationLingotekAction class Drupal\lingotek\Plugin\Action src/Plugin/Action/DeleteTranslationLingotekAction.php Delete Lingotek translation of a content entity for one language. 1
DisassociateFromLingotekAction Deprecated class Drupal\lingotek\Plugin\Action src/Plugin/Action/DisassociateFromLingotekAction.php Assigns ownership of a node to a user.
DownloadAllTranslationsFromLingotekAction class Drupal\lingotek\Plugin\Action src/Plugin/Action/DownloadAllTranslationsFromLingotekAction.php Assigns ownership of a node to a user.
DownloadTranslationLingotekAction class Drupal\lingotek\Plugin\Action src/Plugin/Action/DownloadTranslationLingotekAction.php Download Lingotek translation of a content entity for one language.
Drush8IoWrapper class Drupal\lingotek\Cli\Commands\Drush8 src/Cli/Commands/Drush8/Drush8IoWrapper.php Class Drush8IoWrapper. Originally from ConfigSplitDrush8Io. 1
FakeAuthorizationController class Drupal\lingotek_test\Controller tests/modules/lingotek_test/src/Controller/FakeAuthorizationController.php 1
FakeWorkbenchController class Drupal\lingotek_test\Controller tests/modules/lingotek_test/src/Controller/FakeWorkbenchController.php Controller for faking the workbench in the TMS.
FrozenintimeServiceProvider class Drupal\frozenintime tests/modules/frozenintime/src/FrozenintimeServiceProvider.php Modifies the time service.
FrozenTime class Drupal\frozenintime tests/modules/frozenintime/src/FrozenTime.php Time implementation were time is frozen 1
HostsSetterController class Drupal\lingotek_test\Controller tests/modules/lingotek_test/src/Controller/HostsSetterController.php Controller for pointing up the host and sandbox in config to the local site.
IntelligenceMetadataFormTestTrait trait Drupal\Tests\lingotek\Functional\Form tests/src/Functional/Form/IntelligenceMetadataFormTestTrait.php Utility methods for testing the intelligence metadata forms. 1
InterfaceTranslationTestController class Drupal\lingotek_interface_translation_test\Controller tests/modules/lingotek_interface_translation_test/src/Controller/InterfaceTranslationTestController.php
JobConfigLocalTask class Drupal\lingotek\Plugin\Menu src/Plugin/Menu/JobConfigLocalTask.php 1
JobContentLocalTask class Drupal\lingotek\Plugin\Menu src/Plugin/Menu/JobContentLocalTask.php 1
LanguageFormTest class Drupal\Tests\lingotek\Functional\Form tests/src/Functional/Form/LanguageFormTest.php Test the Drupal language form alters.
LanguageKeyValueItem class Drupal\lingotek\Plugin\Field\FieldType src/Plugin/Field/FieldType/LanguageKeyValueItem.php Plugin implementation of the 'language_key_value' field type.
LanguageLocaleMapper class Drupal\lingotek src/LanguageLocaleMapper.php 2
LanguageLocaleMapperInterface interface Drupal\lingotek src/LanguageLocaleMapperInterface.php 1 23
Lingotek class Drupal\lingotek src/Lingotek.php The connecting class between Drupal and Lingotek 61 2
LingotekAccountDisconnectForm class Drupal\lingotek\Form src/Form/LingotekAccountDisconnectForm.php Provides a form to disconnect from Lingotek. 1
LingotekAccountDisconnectFormTest class Drupal\Tests\lingotek\Functional\Form tests/src/Functional/Form/LingotekAccountDisconnectFormTest.php Tests the Lingotek account disconnection form.
LingotekAccountFormTest class Drupal\Tests\lingotek\Functional\Form tests/src/Functional/Form/LingotekAccountFormTest.php Tests the Lingotek account form.
LingotekAccountTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekAccountTest.php Tests the Lingotek dashboard.
LingotekActionsManagementSubscriber class Drupal\lingotek\Plugin\Action\Subscriber src/Plugin/Action/Subscriber/LingotekActionsManagementSubscriber.php 2
LingotekActionsTest class Drupal\Tests\lingotek\Functional\Actions tests/src/Functional/Actions/LingotekActionsTest.php Tests for Lingotek actions creation.
LingotekApi class Drupal\lingotek\Remote src/Remote/LingotekApi.php A simple connector to the Lingotek Translation API. 1 2
LingotekApiException class Drupal\lingotek\Exception src/Exception/LingotekApiException.php The Lingotek Api Exception class. 30
LingotekApiInterface interface Drupal\lingotek\Remote src/Remote/LingotekApiInterface.php 1 3
LingotekApiUnitTest class Drupal\Tests\lingotek\Unit\Remote tests/src/Unit/Remote/LingotekApiUnitTest.php @coversDefaultClass \Drupal\lingotek\Remote\LingotekApi @group lingotek @preserveGlobalState disabled
LingotekBatchController class Drupal\lingotek\Controller src/Controller/LingotekBatchController.php
LingotekBulkDeleteTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekBulkDeleteTest.php Tests for bulk deletion in the bulk management page.
LingotekChangeAccountDefaultsTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekChangeAccountDefaultsTest.php Tests changing account defaults.
LingotekCliService class Drupal\lingotek\Cli src/Cli/LingotekCliService.php 2 2
LingotekCliServiceTest class Drupal\Tests\lingotek\Unit\Cli tests/src/Unit/Cli/LingotekCliServiceTest.php @coversDefaultClass \Drupal\lingotek\Cli\LingotekCliService @group lingotek @preserveGlobalState disabled
LingotekCommands class Drupal\lingotek\Cli\Commands\Drush9 src/Cli/Commands/Drush9/LingotekCommands.php A Drush9 compatible commandfile with Lingotek operations. 2
LingotekConfigBulkFormTest class Drupal\Tests\lingotek\Functional\Form tests/src/Functional/Form/LingotekConfigBulkFormTest.php Tests the config bulk management form.
LingotekConfigBulkProfileTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekConfigBulkProfileTest.php Tests changing a profile using the bulk management form.
LingotekConfigDependenciesTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekConfigDependenciesTest.php Class LingotekConfigDependenciesTest
LingotekConfigEntityBulkProfileTest class Drupal\Tests\lingotek\Functional tests/src/Functional/LingotekConfigEntityBulkProfileTest.php Tests changing a profile using the bulk management form.

Pages

Other projects