You are here

public function PrivateMessageServiceInterface::updateThreadAccessTime in Private Message 8.2

Updates the last access time for the current user on the given thread.

Parameters

\Drupal\private_message\Entity\PrivateMessageThreadInterface $thread: The thread whose access time should be updated.

1 method overrides PrivateMessageServiceInterface::updateThreadAccessTime()
PrivateMessageService::updateThreadAccessTime in src/Service/PrivateMessageService.php
Updates the last access time for the current user on the given thread.

File

src/Service/PrivateMessageServiceInterface.php, line 184

Class

PrivateMessageServiceInterface
The interface for the Private Message Service.

Namespace

Drupal\private_message\Service

Code

public function updateThreadAccessTime(PrivateMessageThreadInterface $thread);