function UserLogoutConfirm::getFormId

Same name in other branches
  1. 10 core/modules/user/src/Form/UserLogoutConfirm.php \Drupal\user\Form\UserLogoutConfirm::getFormId()

Overrides FormInterface::getFormId

File

core/modules/user/src/Form/UserLogoutConfirm.php, line 42

Class

UserLogoutConfirm
Provides a confirmation form for user logout.

Namespace

Drupal\user\Form

Code

public function getFormId() : string {
    return 'user_logout_confirm';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.