protected function LingotekManagementForm::getDestinationWithQueryArray in Lingotek Translation 8
3 calls to LingotekManagementForm::getDestinationWithQueryArray()
- LingotekManagementForm::getSourceActionUrl in src/
Form/ LingotekManagementForm.php - LingotekManagementForm::getTargetActionUrl in src/
Form/ LingotekManagementForm.php - LingotekManagementForm::redirectToDeleteMultipleNodesForm in src/
Form/ LingotekManagementForm.php - Redirect to delete content form.
File
- src/
Form/ LingotekManagementForm.php, line 1284 - Contains \Drupal\Lingotek\Form\LingotekManagementForm.
Class
- LingotekManagementForm
- Form for bulk management of content.
Namespace
Drupal\lingotek\FormCode
protected function getDestinationWithQueryArray() {
return [
'destination' => \Drupal::request()
->getRequestUri(),
];
}