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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.