public UserController::confirmCancel(UserInterface $user, $timestamp = 0, $hashed_pass = '')
Confirms cancelling a user account via an email link.
Parameters
\Drupal\user\UserInterface $user: The user account.
int $timestamp: The timestamp.
string $hashed_pass: The hashed password.
Return value
\Symfony\Component\HttpFoundation\RedirectResponse A redirect response.
File
core/modules/user/src/Controller/UserController.php, line 298
Class
UserController Controller routines for user routes.