You are here

public function PrivateMessageThreadInterface::addLastDeleteTime in Private Message 8

Add an a delete time to the current thread for the given user.

Parameters

\Drupal\Core\Session\AccountInterface $account: The user whose last delete time should be added.

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

File

src/Entity/PrivateMessageThreadInterface.php, line 150

Class

PrivateMessageThreadInterface
Provides an interface defining a Private Message thread entity.

Namespace

Drupal\private_message\Entity

Code

public function addLastDeleteTime(AccountInterface $account);