You are here

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

Same name and namespace in other branches
  1. 8.2 src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getFilterTempStore()
  2. 4.0.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getFilterTempStore()
  3. 3.0.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getFilterTempStore()
  4. 3.1.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getFilterTempStore()
  5. 3.2.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getFilterTempStore()
  6. 3.3.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getFilterTempStore()
  7. 3.5.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getFilterTempStore()
  8. 3.6.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getFilterTempStore()
  9. 3.7.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getFilterTempStore()
  10. 3.8.x src/Form/LingotekConfigManagementForm.php \Drupal\lingotek\Form\LingotekConfigManagementForm::getFilterTempStore()
4 calls to LingotekConfigManagementForm::getFilterTempStore()
LingotekConfigManagementForm::buildForm in src/Form/LingotekConfigManagementForm.php
Form constructor.
LingotekConfigManagementForm::filterForm in src/Form/LingotekConfigManagementForm.php
Form submission handler for filtering.
LingotekConfigManagementForm::getFilter in src/Form/LingotekConfigManagementForm.php
Gets the filter to be applied. By default will be 'config'.
LingotekConfigManagementForm::resetFilterForm in src/Form/LingotekConfigManagementForm.php
Form submission handler for resetting the filters.
1 method overrides LingotekConfigManagementForm::getFilterTempStore()
LingotekJobManagementConfigForm::getFilterTempStore in src/Form/LingotekJobManagementConfigForm.php

File

src/Form/LingotekConfigManagementForm.php, line 1845

Class

LingotekConfigManagementForm
Form for bulk management of content.

Namespace

Drupal\lingotek\Form

Code

protected function getFilterTempStore() {
  return $this->tempStoreFactory
    ->get('lingotek.config_management.filter');
}