UserInterface::getLastLoginTime

public UserInterface::getLastLoginTime()

Returns the UNIX timestamp when the user last logged in.

Return value

int Timestamp of the last login time.

File

core/modules/user/src/UserInterface.php, line 109

Class

UserInterface
Provides an interface defining a user entity.

Namespace

Drupal\user

Code

public function getLastLoginTime();
doc_Drupal
2016-10-29 09:52:34
Comments
Leave a Comment

Please login to continue.