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'; }
Please login to continue.