You are here

public function UserEmailChangeCancelForm::getFormName in Email confirmer 8

Returns the internal name used to refer to the confirmation item.

Return value

string The internal form name.

Overrides ContentEntityConfirmFormBase::getFormName

File

email_confirmer_user/src/Form/UserEmailChangeCancelForm.php, line 85

Class

UserEmailChangeCancelForm
User pending email change cancellation form.

Namespace

Drupal\email_confirmer_user\Form

Code

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