public function LingotekConfigManagementForm::disassociate in Lingotek Translation 8.2
Same name and namespace in other branches
- 8 src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::disassociate()
Disassociate the content from Lingotek.
Parameters
\Drupal\config_translation\ConfigMapperInterface $mapper: The mapper.
Deprecated
in 8.x-2.14, will be removed in 8.x-2.16. Use ::cancel instead.
File
- src/
Form/ LingotekConfigManagementForm.php, line 1204
Class
- LingotekConfigManagementForm
- Form for bulk management of content.
Namespace
Drupal\lingotek\FormCode
public function disassociate(ConfigMapperInterface $mapper, $langcode, $job_id, &$context) {
return $this
->cancel($mapper, $langcode, $job_id, $context);
}