ConfirmDeleteMultiple::getFormId

public 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 53

Class

ConfirmDeleteMultiple
Provides the comment multiple delete confirmation form.

Namespace

Drupal\comment\Form

Code

public function getFormId() {
  return 'comment_multiple_delete_confirm';
}
doc_Drupal
2016-10-29 08:55:29
Comments
Leave a Comment

Please login to continue.