UserAuthenticationController::LOGGED_IN

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

File

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

Class

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

Namespace

Drupal\user\Controller

Code

const LOGGED_IN = 1;
doc_Drupal
2016-10-29 09:52:17
Comments
Leave a Comment

Please login to continue.