You are here

public function PrivateMessageThreadInterface::updateLastDeleteTime in Private Message 8

Same name and namespace in other branches
  1. 8.2 src/Entity/PrivateMessageThreadInterface.php \Drupal\private_message\Entity\PrivateMessageThreadInterface::updateLastDeleteTime()

Update the last delete time for the given user.

Parameters

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

1 method overrides PrivateMessageThreadInterface::updateLastDeleteTime()
PrivateMessageThread::updateLastDeleteTime in src/Entity/PrivateMessageThread.php
Update the last delete time for the given user.

File

src/Entity/PrivateMessageThreadInterface.php, line 191

Class

PrivateMessageThreadInterface
Provides an interface defining a Private Message thread entity.

Namespace

Drupal\private_message\Entity

Code

public function updateLastDeleteTime(AccountInterface $account);