You are here

public function ContentTranslationDeleteForm::getFormId in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php \Drupal\content_translation\Form\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 22
Contains \Drupal\content_translation\Form\ContentTranslationDeleteForm.

Class

ContentTranslationDeleteForm
Delete translation form for content_translation module.

Namespace

Drupal\content_translation\Form

Code

public function getFormId() {
  return 'content_translation_delete_confirm';
}