You are here

abstract protected function LingotekManagementFormBase::getFilterKeys in Lingotek Translation 3.6.x

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

Gets the filter keys so we can persist or clear filtering options.

Return value

string[] Array of filter identifiers.

2 calls to LingotekManagementFormBase::getFilterKeys()
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::getFilterKeys()
LingotekJobManagementContentEntitiesForm::getFilterKeys in src/Form/LingotekJobManagementContentEntitiesForm.php
Gets the filter keys so we can persist or clear filtering options.
LingotekManagementForm::getFilterKeys in src/Form/LingotekManagementForm.php
Gets the filter keys so we can persist or clear filtering options.
LingotekManagementRelatedEntitiesForm::getFilterKeys in src/Form/LingotekManagementRelatedEntitiesForm.php
Gets the filter keys so we can persist or clear filtering options.

File

src/Form/LingotekManagementFormBase.php, line 423

Class

LingotekManagementFormBase
Form for bulk management of content.

Namespace

Drupal\lingotek\Form

Code

protected abstract function getFilterKeys();