You are here

abstract protected function LingotekManagementFormBase::getFilters in Lingotek Translation 4.0.x

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

Gets the filters for rendering.

Return value

array A form array.

1 call to LingotekManagementFormBase::getFilters()
LingotekManagementFormBase::buildForm in src/Form/LingotekManagementFormBase.php
Form constructor.
3 methods override LingotekManagementFormBase::getFilters()
LingotekJobManagementContentEntitiesForm::getFilters in src/Form/LingotekJobManagementContentEntitiesForm.php
Gets the filters for rendering.
LingotekManagementForm::getFilters in src/Form/LingotekManagementForm.php
Gets the filters for rendering.
LingotekManagementRelatedEntitiesForm::getFilters in src/Form/LingotekManagementRelatedEntitiesForm.php
Gets the filters for rendering.

File

src/Form/LingotekManagementFormBase.php, line 521

Class

LingotekManagementFormBase
Form for bulk management of content.

Namespace

Drupal\lingotek\Form

Code

protected abstract function getFilters();