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