You are here

abstract protected function LingotekManagementFormBase::getTempStorageFilterKey in Lingotek Translation 3.5.x

Same name and namespace in other branches
  1. 8.2 src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getTempStorageFilterKey()
  2. 4.0.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getTempStorageFilterKey()
  3. 3.0.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getTempStorageFilterKey()
  4. 3.1.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getTempStorageFilterKey()
  5. 3.2.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getTempStorageFilterKey()
  6. 3.3.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getTempStorageFilterKey()
  7. 3.4.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getTempStorageFilterKey()
  8. 3.6.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getTempStorageFilterKey()
  9. 3.7.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getTempStorageFilterKey()
  10. 3.8.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getTempStorageFilterKey()

Gets the key used for persisting filtering options in the temp storage.

Return value

string Temp storage identifier where filters are persisted.

3 calls to LingotekManagementFormBase::getTempStorageFilterKey()
LingotekManagementFormBase::buildForm in src/Form/LingotekManagementFormBase.php
Form constructor.
LingotekManagementFormBase::filterForm in src/Form/LingotekManagementFormBase.php
Form submission handler for filtering.
LingotekManagementFormBase::resetFilterForm in src/Form/LingotekManagementFormBase.php
Form submission handler for resetting the filters.
3 methods override LingotekManagementFormBase::getTempStorageFilterKey()
LingotekJobManagementContentEntitiesForm::getTempStorageFilterKey in src/Form/LingotekJobManagementContentEntitiesForm.php
Gets the key used for persisting filtering options in the temp storage.
LingotekManagementForm::getTempStorageFilterKey in src/Form/LingotekManagementForm.php
Gets the key used for persisting filtering options in the temp storage.
LingotekManagementRelatedEntitiesForm::getTempStorageFilterKey in src/Form/LingotekManagementRelatedEntitiesForm.php
Gets the key used for persisting filtering options in the temp storage.

File

src/Form/LingotekManagementFormBase.php, line 415

Class

LingotekManagementFormBase
Form for bulk management of content.

Namespace

Drupal\lingotek\Form

Code

protected abstract function getTempStorageFilterKey();