You are here

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\Form

Code

public function getFormName() {
  return $this
    ->getFormId();
}