function UserStorageInterface::updateLastLoginTimestamp

Same name and namespace in other branches
  1. 8.9.x core/modules/user/src/UserStorageInterface.php \Drupal\user\UserStorageInterface::updateLastLoginTimestamp()
  2. 10 core/modules/user/src/UserStorageInterface.php \Drupal\user\UserStorageInterface::updateLastLoginTimestamp()
  3. 11.x core/modules/user/src/UserStorageInterface.php \Drupal\user\UserStorageInterface::updateLastLoginTimestamp()

Update the last login timestamp of the user.

Parameters

\Drupal\user\UserInterface $account: The user account.

1 method overrides UserStorageInterface::updateLastLoginTimestamp()
UserStorage::updateLastLoginTimestamp in core/modules/user/src/UserStorage.php
Update the last login timestamp of the user.

File

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

Class

UserStorageInterface
Defines an interface for user entity storage classes.

Namespace

Drupal\user

Code

public function updateLastLoginTimestamp(UserInterface $account);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.