You are here

service lingotek.moderation_factory in Lingotek Translation 3.4.x

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

Class

Drupal\lingotek\Moderation\LingotekModerationFactory

Tags

  • service_collector
7 string references to lingotek.moderation_factory
LingotekContentTranslationService::saveTargetData in src/LingotekContentTranslationService.php
Save the entity translation.
LingotekSettingsContentSingleForm::buildForm in src/Form/LingotekSettingsContentSingleForm.php
Form constructor.
LingotekSettingsContentSingleForm::submitForm in src/Form/LingotekSettingsContentSingleForm.php
Form submission handler.
LingotekSettingsTabContentForm::buildForm in src/Form/LingotekSettingsTabContentForm.php
Form constructor.
LingotekSettingsTabContentForm::submitForm in src/Form/LingotekSettingsTabContentForm.php
Form submission handler.

... See full list

File

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

View source
  1. class: Drupal\lingotek\Moderation\LingotekModerationFactory
  2. arguments:
  3. - '@config.factory'
  4. tags:
  5. - { name: service_collector, tag: lingotek_moderation_configuration, call: addModerationConfiguration }
  6. - { name: service_collector, tag: lingotek_moderation_form, call: addModerationForm }
  7. - { name: service_collector, tag: lingotek_moderation_handler, call: addModerationHandler }