abstract protected function LingotekManagementFormBase::getPager in Lingotek Translation 4.0.x
Same name and namespace in other branches
- 8.2 src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getPager()
- 3.0.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getPager()
- 3.1.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getPager()
- 3.2.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getPager()
- 3.3.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getPager()
- 3.4.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getPager()
- 3.5.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getPager()
- 3.6.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getPager()
- 3.7.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getPager()
- 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 539
Class
- LingotekManagementFormBase
- Form for bulk management of content.
Namespace
Drupal\lingotek\FormCode
protected abstract function getPager();