abstract protected function LingotekManagementFormBase::getRows in Lingotek Translation 3.1.x
Same name and namespace in other branches
- 8.2 src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
- 4.0.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
- 3.0.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
- 3.2.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
- 3.3.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
- 3.4.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
- 3.5.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
- 3.6.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
- 3.7.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
- 3.8.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
Gets the rows for rendering based on the passed entity list.
Parameters
\Drupal\Core\Entity\EntityInterface[] $entity_list:
Return value
array A render array.
1 call to LingotekManagementFormBase::getRows()
- LingotekManagementFormBase::buildForm in src/
Form/ LingotekManagementFormBase.php - Form constructor.
3 methods override LingotekManagementFormBase::getRows()
- LingotekJobManagementContentEntitiesForm::getRows in src/
Form/ LingotekJobManagementContentEntitiesForm.php - Gets the rows for rendering based on the passed entity list.
- LingotekManagementForm::getRows in src/
Form/ LingotekManagementForm.php - Gets the rows for rendering based on the passed entity list.
- LingotekManagementRelatedEntitiesForm::getRows in src/
Form/ LingotekManagementRelatedEntitiesForm.php - Gets the rows for rendering based on the passed entity list.
File
- src/
Form/ LingotekManagementFormBase.php, line 506
Class
- LingotekManagementFormBase
- Form for bulk management of content.
Namespace
Drupal\lingotek\FormCode
protected abstract function getRows($entity_list);