You are here

protected function LingotekConfigManagementForm::getDestinationWithQueryArray in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 8.2 src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getDestinationWithQueryArray()
  2. 4.0.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getDestinationWithQueryArray()
  3. 3.0.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getDestinationWithQueryArray()
  4. 3.1.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getDestinationWithQueryArray()
  5. 3.2.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getDestinationWithQueryArray()
  6. 3.3.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getDestinationWithQueryArray()
  7. 3.5.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getDestinationWithQueryArray()
  8. 3.6.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getDestinationWithQueryArray()
  9. 3.7.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getDestinationWithQueryArray()
  10. 3.8.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getDestinationWithQueryArray()
2 calls to LingotekConfigManagementForm::getDestinationWithQueryArray()
LingotekConfigManagementForm::redirectToAssignJobIdMultipleConfigForm in src/Form/LingotekConfigManagementForm.php
Redirect to assign Job ID form.
LingotekConfigManagementForm::redirectToClearJobIdMultipleConfigForm in src/Form/LingotekConfigManagementForm.php
Redirect to clear Job ID form.

File

src/Form/LingotekConfigManagementForm.php, line 1841

Class

LingotekConfigManagementForm
Form for bulk management of content.

Namespace

Drupal\lingotek\Form

Code

protected function getDestinationWithQueryArray() {
  return [
    'destination' => \Drupal::request()
      ->getRequestUri(),
  ];
}