You are here

abstract protected function LingotekManagementFormBase::getSelectedEntities in Lingotek Translation 3.1.x

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

... See full list

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 390

Class

LingotekManagementFormBase
Form for bulk management of content.

Namespace

Drupal\lingotek\Form

Code

protected abstract function getSelectedEntities($values);