You are here

service lingotek.config_translation in Lingotek Translation 8

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

Class

Drupal\lingotek\LingotekConfigTranslationService
45 string references to lingotek.config_translation
LingotekConfigDependenciesTest::testExportingConfigDependencies in src/Tests/LingotekConfigDependenciesTest.php
LingotekConfigManagementForm::create in src/Form/LingotekConfigManagementForm.php
Instantiates a new instance of this class.
LingotekConfigTranslationController::create in src/Controller/LingotekConfigTranslationController.php
Instantiates a new instance of this class.
LingotekContentTypeBulkDisassociateTest::testContentTypeDisassociate in src/Tests/LingotekContentTypeBulkDisassociateTest.php
Tests that a config entity can be disassociated using the bulk operations on the management page.
LingotekContentTypeBulkDisassociateTest::testContentTypeDisassociateWithRemovalOfRemoteDocument in src/Tests/LingotekContentTypeBulkDisassociateTest.php
Tests that a config entity can be disassociated using the bulk operations on the management page.

... See full list

File

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

View source
  1. class: Drupal\lingotek\LingotekConfigTranslationService
  2. arguments:
  3. - '@lingotek'
  4. - '@lingotek.language_locale_mapper'
  5. - '@lingotek.configuration'
  6. - '@entity.manager'
  7. - '@language_manager'
  8. - '@plugin.manager.config_translation.mapper'