public ContentTranslationDeleteForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides EntityForm::getFormId
File
- core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php, line 17
Class
- ContentTranslationDeleteForm
- Delete translation form for content_translation module.
Namespace
Drupal\content_translation\Form
Code
public function getFormId() { return 'content_translation_delete_confirm'; }
Please login to continue.