You are here

public function LingotekJobClearMultipleEntitiesForm::getFormId in Lingotek Translation 3.4.x

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

Returns a unique string identifying the form.

The returned ID should be a unique string that can be a valid PHP function name, since it's used in hook implementation names such as hook_form_FORM_ID_alter().

Return value

string The unique string identifying the form.

Overrides LingotekJobAssignToMultipleEntitiesForm::getFormId

File

src/Form/LingotekJobClearMultipleEntitiesForm.php, line 17

Class

LingotekJobClearMultipleEntitiesForm
Form for bulk clear of Job ID to content entities.

Namespace

Drupal\lingotek\Form

Code

public function getFormId() {
  return 'lingotek.clear_job_content_multiple_form';
}