public function LingotekDisassociateAllConfirmForm::__construct in Lingotek Translation 3.0.x
Same name and namespace in other branches
- 8.2 src/Form/LingotekDisassociateAllConfirmForm.php \Drupal\lingotek\Form\LingotekDisassociateAllConfirmForm::__construct()
- 4.0.x src/Form/LingotekDisassociateAllConfirmForm.php \Drupal\lingotek\Form\LingotekDisassociateAllConfirmForm::__construct()
- 3.1.x src/Form/LingotekDisassociateAllConfirmForm.php \Drupal\lingotek\Form\LingotekDisassociateAllConfirmForm::__construct()
- 3.2.x src/Form/LingotekDisassociateAllConfirmForm.php \Drupal\lingotek\Form\LingotekDisassociateAllConfirmForm::__construct()
- 3.3.x src/Form/LingotekDisassociateAllConfirmForm.php \Drupal\lingotek\Form\LingotekDisassociateAllConfirmForm::__construct()
- 3.4.x src/Form/LingotekDisassociateAllConfirmForm.php \Drupal\lingotek\Form\LingotekDisassociateAllConfirmForm::__construct()
- 3.5.x src/Form/LingotekDisassociateAllConfirmForm.php \Drupal\lingotek\Form\LingotekDisassociateAllConfirmForm::__construct()
- 3.6.x src/Form/LingotekDisassociateAllConfirmForm.php \Drupal\lingotek\Form\LingotekDisassociateAllConfirmForm::__construct()
- 3.7.x src/Form/LingotekDisassociateAllConfirmForm.php \Drupal\lingotek\Form\LingotekDisassociateAllConfirmForm::__construct()
- 3.8.x src/Form/LingotekDisassociateAllConfirmForm.php \Drupal\lingotek\Form\LingotekDisassociateAllConfirmForm::__construct()
Constructs a new LingotekDisassociateAllConfirmForm object.
Parameters
\Drupal\lingotek\LingotekContentTranslationServiceInterface $content_translation_service: The Lingotek content translation service.
\Drupal\lingotek\LingotekConfigTranslationServiceInterface $config_translation_service: The Lingotek config translation service.
File
- src/
Form/ LingotekDisassociateAllConfirmForm.php, line 43
Class
- LingotekDisassociateAllConfirmForm
- Show a warning before disassociate all content.
Namespace
Drupal\lingotek\FormCode
public function __construct(LingotekContentTranslationServiceInterface $content_translation_service, LingotekConfigTranslationServiceInterface $config_translation_service) {
$this->contentTranslationService = $content_translation_service;
$this->configTranslationService = $config_translation_service;
}