You are here

constant UserAuthenticationController::LOGGED_OUT in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/src/Controller/UserAuthenticationController.php \Drupal\user\Controller\UserAuthenticationController::LOGGED_OUT

String sent in responses, to describe the user as being logged out.

File

core/modules/user/src/Controller/UserAuthenticationController.php, line 39

Class

UserAuthenticationController
Provides controllers for login, login status and logout via HTTP requests.

Namespace

Drupal\user\Controller

Code

const LOGGED_OUT = 0;