DeleteForm::getFormId

public DeleteForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/forum/src/Form/DeleteForm.php, line 25

Class

DeleteForm
Builds the form to delete a forum term.

Namespace

Drupal\forum\Form

Code

public function getFormId() {
  return 'forum_confirm_delete';
}
doc_Drupal
2016-10-29 09:02:09
Comments
Leave a Comment

Please login to continue.