You are here

protected function LingotekJobManagementContentEntitiesForm::canHaveDeleteTranslationBulkOptions in Lingotek Translation 3.4.x

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

Check if we can delete translation in bulk based on the entity definition.

Return value

bool TRUE if can delete translation in bulk, FALSE if cannot.

Overrides LingotekManagementFormBase::canHaveDeleteTranslationBulkOptions

File

src/Form/LingotekJobManagementContentEntitiesForm.php, line 230

Class

LingotekJobManagementContentEntitiesForm
Form for bulk management of job filtered content.

Namespace

Drupal\lingotek\Form

Code

protected function canHaveDeleteTranslationBulkOptions() {
  return FALSE;
}