You are here

protected function LingotekManagementFormBase::getDestinationWithQueryArray in Lingotek Translation 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
  2. 4.0.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
  3. 3.1.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
  4. 3.2.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
  5. 3.3.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
  6. 3.4.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
  7. 3.5.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
  8. 3.6.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
  9. 3.7.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getDestinationWithQueryArray()
  10. 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 1505

Class

LingotekManagementFormBase
Form for bulk management of content.

Namespace

Drupal\lingotek\Form

Code

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