public function EmailConfirmerResponseForm::getFormName in Email confirmer 8
Returns the internal name used to refer to the confirmation item.
Return value
string The internal form name.
Overrides EntityConfirmFormBase::getFormName
File
- src/
Form/ EmailConfirmerResponseForm.php, line 43
Class
- EmailConfirmerResponseForm
- Email confirmation response form.
Namespace
Drupal\email_confirmer\FormCode
public function getFormName() {
return $this
->getFormId();
}