ContentTranslationDeleteForm::getFormId

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';
}
doc_Drupal
2016-10-29 08:58:11
Comments
Leave a Comment

Please login to continue.