protected function LingotekManagementFormBase::getDestinationWithQueryArray in Lingotek Translation 4.0.x
Same name and namespace in other branches
- 8.2 src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
- 3.0.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
- 3.1.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
- 3.2.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
- 3.3.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
- 3.4.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
- 3.5.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
- 3.6.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
- 3.7.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
- 3.8.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
5 calls to LingotekManagementFormBase::getDestinationWithQueryArray()
- LingotekManagementFormBase::redirectToAssignJobIdMultipleEntitiesForm in src/
Form/ LingotekManagementFormBase.php - Redirect to assign Job ID form.
- LingotekManagementFormBase::redirectToClearJobIdMultipleEntitiesForm in src/
Form/ LingotekManagementFormBase.php - Redirect to clear Job ID form.
- LingotekManagementFormBase::redirectToDeleteMultipleNodesForm in src/
Form/ LingotekManagementFormBase.php - Redirect to delete content form.
- LingotekManagementFormBase::redirectToDeleteMultipleTranslationsForm in src/
Form/ LingotekManagementFormBase.php - Redirect to delete translations form.
- LingotekManagementFormBase::redirectToDeleteTranslationForm in src/
Form/ LingotekManagementFormBase.php - Redirect to delete specific translation form.
File
- src/
Form/ LingotekManagementFormBase.php, line 1748
Class
- LingotekManagementFormBase
- Form for bulk management of content.
Namespace
Drupal\lingotek\FormCode
protected function getDestinationWithQueryArray() {
return [
'destination' => \Drupal::request()
->getRequestUri(),
];
}