You are here

service lingotek in Lingotek Translation 8

Same name and namespace in other branches
  1. 8.2 lingotek.services.yml \lingotek
  2. 4.0.x lingotek.services.yml \lingotek
  3. 3.0.x lingotek.services.yml \lingotek
  4. 3.1.x lingotek.services.yml \lingotek
  5. 3.2.x lingotek.services.yml \lingotek
  6. 3.3.x lingotek.services.yml \lingotek
  7. 3.4.x lingotek.services.yml \lingotek
  8. 3.5.x lingotek.services.yml \lingotek
  9. 3.6.x lingotek.services.yml \lingotek
  10. 3.7.x lingotek.services.yml \lingotek
  11. 3.8.x lingotek.services.yml \lingotek

Class

Drupal\lingotek\Lingotek
33 string references to lingotek
LanguageFormTest::testAddingCustomLanguage in src/Tests/Form/LanguageFormTest.php
Tests adding a custom language with a custom locale.
LanguageLocaleMapper::getLocaleForLangcode in src/LanguageLocaleMapper.php
Gets the Lingotek locale for the given Drupal langcode.
lingotek.services.yml in ./lingotek.services.yml
lingotek.services.yml
LingotekAccountDisconnectForm::create in src/Form/LingotekAccountDisconnectForm.php
Instantiates a new instance of this class.
LingotekBatchController::dispatch in src/Controller/LingotekBatchController.php

... See full list

File

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

View source
  1. class: Drupal\lingotek\Lingotek
  2. arguments:
  3. - '@lingotek.api'
  4. - '@lingotek.language_locale_mapper'
  5. - '@config.factory'