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\EntityCode
public function addLastAccessTime(AccountInterface $account);