You are here

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

Same name and namespace in other branches
  1. 8.2 src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
  2. 4.0.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
  3. 3.0.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
  4. 3.1.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
  5. 3.2.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
  6. 3.3.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
  7. 3.4.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
  8. 3.6.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
  9. 3.7.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getRows()
  10. 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 527

Class

LingotekManagementFormBase
Form for bulk management of content.

Namespace

Drupal\lingotek\Form

Code

protected abstract function getRows($entity_list);