You are here

public function ConfirmDeleteMultiple::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/Form/ConfirmDeleteMultiple.php \Drupal\comment\Form\ConfirmDeleteMultiple::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/comment/src/Form/ConfirmDeleteMultiple.php, line 58
Contains \Drupal\comment\Form\ConfirmDeleteMultiple.

Class

ConfirmDeleteMultiple
Provides the comment multiple delete confirmation form.

Namespace

Drupal\comment\Form

Code

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