You are here

service lingotek.content_translation in Lingotek Translation 3.2.x

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

Class

Drupal\lingotek\LingotekContentTranslationService
108 string references to lingotek.content_translation
LingotekBatchController::dispatch in src/Controller/LingotekBatchController.php
LingotekContentEntityActionBase::create in src/Plugin/Action/LingotekContentEntityActionBase.php
Creates an instance of the plugin.
LingotekContentEntityConfigurableActionBase::create in src/Plugin/Action/LingotekContentEntityConfigurableActionBase.php
Creates an instance of the plugin.
LingotekContentTranslationForm::buildForm in src/Form/LingotekContentTranslationForm.php
Form constructor.
LingotekDisassociateAllConfirmForm::create in src/Form/LingotekDisassociateAllConfirmForm.php
Instantiates a new instance of this class.

... See full list

File

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

View source
  1. class: Drupal\lingotek\LingotekContentTranslationService
  2. arguments:
  3. - '@lingotek'
  4. - '@lingotek.language_locale_mapper'
  5. - '@lingotek.configuration'
  6. - '@lingotek.config_translation'
  7. - '@entity_type.manager'
  8. - '@language_manager'
  9. - '@entity_field.manager'
  10. - '@database'