UserStorageInterface::updateLastLoginTimestamp

public UserStorageInterface::updateLastLoginTimestamp(UserInterface $account)

Update the last login timestamp of the user.

Parameters

\Drupal\user\UserInterface $account:

File

core/modules/user/src/UserStorageInterface.php, line 18

Class

UserStorageInterface
Defines an interface for user entity storage classes.

Namespace

Drupal\user

Code

public function updateLastLoginTimestamp(UserInterface $account);
doc_Drupal
2016-10-29 09:53:09
Comments
Leave a Comment

Please login to continue.