You are here

public function PrivateMessageThreadInterface::addLastAccessTime in Private Message 8

Add an an access time to the current thread for the given user.

Parameters

\Drupal\Core\Session\AccountInterface $account: The user whose access time should be updated.

1 method overrides PrivateMessageThreadInterface::addLastAccessTime()
PrivateMessageThread::addLastAccessTime in src/Entity/PrivateMessageThread.php
Add an an access time to the current thread for the given user.

File

src/Entity/PrivateMessageThreadInterface.php, line 103

Class

PrivateMessageThreadInterface
Provides an interface defining a Private Message thread entity.

Namespace

Drupal\private_message\Entity

Code

public function addLastAccessTime(AccountInterface $account);