function UserLogoutConfirm::__construct

Same name and namespace in other branches
  1. 11.x core/modules/user/src/Form/UserLogoutConfirm.php \Drupal\user\Form\UserLogoutConfirm::__construct()

File

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

Class

UserLogoutConfirm
Provides a confirmation form for user logout.

Namespace

Drupal\user\Form

Code

public function __construct(protected LogoutFinalizer $logoutFinalizer) {
}

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