public function UserInterface::setLastAccessTime in Drupal 10
Same name and namespace in other branches
- 8 core/modules/user/src/UserInterface.php \Drupal\user\UserInterface::setLastAccessTime()
- 9 core/modules/user/src/UserInterface.php \Drupal\user\UserInterface::setLastAccessTime()
Sets the UNIX timestamp when the user last accessed the site..
Parameters
int $timestamp: Timestamp of the last access.
Return value
$this The called user entity.
File
- core/
modules/ user/ src/ UserInterface.php, line 138
Class
- UserInterface
- Provides an interface defining a user entity.
Namespace
Drupal\userCode
public function setLastAccessTime($timestamp);