You are here

service lingotek.interface_translation in Lingotek Translation 3.6.x

Same name and namespace in other branches
  1. 4.0.x lingotek.services.yml \lingotek.interface_translation
  2. 3.2.x lingotek.services.yml \lingotek.interface_translation
  3. 3.3.x lingotek.services.yml \lingotek.interface_translation
  4. 3.4.x lingotek.services.yml \lingotek.interface_translation
  5. 3.5.x lingotek.services.yml \lingotek.interface_translation
  6. 3.7.x lingotek.services.yml \lingotek.interface_translation
  7. 3.8.x lingotek.services.yml \lingotek.interface_translation

Class

Drupal\lingotek\LingotekInterfaceTranslationService
11 string references to lingotek.interface_translation
LingotekInterfaceTranslationClearMetadataForm::create in src/Form/LingotekInterfaceTranslationClearMetadataForm.php
Instantiates a new instance of this class.
LingotekInterfaceTranslationController::create in src/Controller/LingotekInterfaceTranslationController.php
Instantiates a new instance of this class.
LingotekInterfaceTranslationForm::create in src/Form/LingotekInterfaceTranslationForm.php
Instantiates a new instance of this class.
LingotekInterfaceTranslationTest::testAutomatedArchivedNotificationInterfaceTranslation in tests/src/Functional/LingotekInterfaceTranslationTest.php
Tests that a node can be translated using the links on the management page.
LingotekInterfaceTranslationTest::testAutomatedCancelledNotificationInterfaceTranslation in tests/src/Functional/LingotekInterfaceTranslationTest.php
Tests that a node can be translated using the links on the management page.

... See full list

File

./lingotek.services.yml
lingotek.services.yml

View source
  1. class: Drupal\lingotek\LingotekInterfaceTranslationService
  2. arguments:
  3. - '@lingotek'
  4. - '@lingotek.language_locale_mapper'
  5. - '@lingotek.configuration'
  6. - '@language_manager'
  7. - '@database'
  8. - '@module_handler'
  9. - '@theme_handler'