abstract protected function LingotekManagementFormBase::getSelectedEntities in Lingotek Translation 4.0.x
Same name and namespace in other branches
- 8.2 src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getSelectedEntities()
- 3.0.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getSelectedEntities()
- 3.1.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getSelectedEntities()
- 3.2.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getSelectedEntities()
- 3.3.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getSelectedEntities()
- 3.4.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getSelectedEntities()
- 3.5.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getSelectedEntities()
- 3.6.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getSelectedEntities()
- 3.7.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getSelectedEntities()
- 3.8.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getSelectedEntities()
Load the entities corresponding with the given identifiers.
Parameters
string[] $values: Array of values that identify the selected entities.
Return value
\Drupal\Core\Entity\EntityInterface[] The entities.
7 calls to LingotekManagementFormBase::getSelectedEntities()
- LingotekManagementFormBase::createBatch in src/
Form/ LingotekManagementFormBase.php - Performs an operation to several values in a batch.
- LingotekManagementFormBase::createDebugExportBatch in src/
Form/ LingotekManagementFormBase.php - Create and set an export batch.
- LingotekManagementFormBase::redirectToAssignJobIdMultipleEntitiesForm in src/
Form/ LingotekManagementFormBase.php - Redirect to assign Job ID form.
- LingotekManagementFormBase::redirectToClearJobIdMultipleEntitiesForm in src/
Form/ LingotekManagementFormBase.php - Redirect to clear Job ID form.
- LingotekManagementFormBase::redirectToDeleteMultipleNodesForm in src/
Form/ LingotekManagementFormBase.php - Redirect to delete content form.
3 methods override LingotekManagementFormBase::getSelectedEntities()
- LingotekJobManagementContentEntitiesForm::getSelectedEntities in src/
Form/ LingotekJobManagementContentEntitiesForm.php - Load the entities corresponding with the given identifiers.
- LingotekManagementForm::getSelectedEntities in src/
Form/ LingotekManagementForm.php - Load the entities corresponding with the given identifiers.
- LingotekManagementRelatedEntitiesForm::getSelectedEntities in src/
Form/ LingotekManagementRelatedEntitiesForm.php - Load the entities corresponding with the given identifiers.
File
- src/
Form/ LingotekManagementFormBase.php, line 411
Class
- LingotekManagementFormBase
- Form for bulk management of content.
Namespace
Drupal\lingotek\FormCode
protected abstract function getSelectedEntities($values);