You are here

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

Same name and namespace in other branches
  1. 8.2 src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getFilteredEntities()
  2. 4.0.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getFilteredEntities()
  3. 3.0.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getFilteredEntities()
  4. 3.1.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getFilteredEntities()
  5. 3.2.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getFilteredEntities()
  6. 3.3.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getFilteredEntities()
  7. 3.4.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getFilteredEntities()
  8. 3.6.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getFilteredEntities()
  9. 3.7.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getFilteredEntities()
  10. 3.8.x src/Form/LingotekManagementFormBase.php \Drupal\lingotek\Form\LingotekManagementFormBase::getFilteredEntities()

Gets the entities that needs to be displayed based on the current filters.

Return value

\Drupal\Core\Entity\EntityInterface[] The entities

1 call to LingotekManagementFormBase::getFilteredEntities()
LingotekManagementFormBase::buildForm in src/Form/LingotekManagementFormBase.php
Form constructor.
3 methods override LingotekManagementFormBase::getFilteredEntities()
LingotekJobManagementContentEntitiesForm::getFilteredEntities in src/Form/LingotekJobManagementContentEntitiesForm.php
Gets the entities that needs to be displayed based on the current filters.
LingotekManagementForm::getFilteredEntities in src/Form/LingotekManagementForm.php
Gets the entities that needs to be displayed based on the current filters.
LingotekManagementRelatedEntitiesForm::getFilteredEntities in src/Form/LingotekManagementRelatedEntitiesForm.php
Gets the entities that needs to be displayed based on the current filters.

File

src/Form/LingotekManagementFormBase.php, line 509

Class

LingotekManagementFormBase
Form for bulk management of content.

Namespace

Drupal\lingotek\Form

Code

protected abstract function getFilteredEntities();