You are here

service lingotek in Lingotek Translation 3.6.x

Same name and namespace in other branches
  1. 8 lingotek.services.yml \lingotek
  2. 8.2 lingotek.services.yml \lingotek
  3. 4.0.x lingotek.services.yml \lingotek
  4. 3.0.x lingotek.services.yml \lingotek
  5. 3.1.x lingotek.services.yml \lingotek
  6. 3.2.x lingotek.services.yml \lingotek
  7. 3.3.x lingotek.services.yml \lingotek
  8. 3.4.x lingotek.services.yml \lingotek
  9. 3.5.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
49 string references to lingotek
LanguageFormTest::testAddingCustomLanguage in tests/src/Functional/Form/LanguageFormTest.php
Tests adding a custom language with a custom locale.
LanguageFormTest::testDisablingCustomLanguage in tests/src/Functional/Form/LanguageFormTest.php
Tests disabling for Lingotek a custom language that was enabled.
LanguageFormTest::testEnablingCustomLanguage in tests/src/Functional/Form/LanguageFormTest.php
Tests enabling for Lingotek a custom language that was disabled.
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

... 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'
  6. - '@lingotek.filter_manager'
  7. - '@lingotek.configuration'