You are here

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

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

Gets the pager.

Return value

array A render array.

1 call to LingotekManagementFormBase::getPager()
LingotekManagementFormBase::buildForm in src/Form/LingotekManagementFormBase.php
Form constructor.
3 methods override LingotekManagementFormBase::getPager()
LingotekJobManagementContentEntitiesForm::getPager in src/Form/LingotekJobManagementContentEntitiesForm.php
Gets the pager.
LingotekManagementForm::getPager in src/Form/LingotekManagementForm.php
Gets the pager.
LingotekManagementRelatedEntitiesForm::getPager in src/Form/LingotekManagementRelatedEntitiesForm.php
Gets the pager.

File

src/Form/LingotekManagementFormBase.php, line 535

Class

LingotekManagementFormBase
Form for bulk management of content.

Namespace

Drupal\lingotek\Form

Code

protected abstract function getPager();