public function PrivateMessageServiceInterface::updateLastCheckTime in Private Message 8.2
Same name and namespace in other branches
- 8 src/Service/PrivateMessageServiceInterface.php \Drupal\private_message\Service\PrivateMessageServiceInterface::updateLastCheckTime()
Marks a timestamp at which all threads are considered read.
1 method overrides PrivateMessageServiceInterface::updateLastCheckTime()
- PrivateMessageService::updateLastCheckTime in src/
Service/ PrivateMessageService.php - Marks a timestamp at which all threads are considered read.
File
- src/
Service/ PrivateMessageServiceInterface.php, line 176
Class
- PrivateMessageServiceInterface
- The interface for the Private Message Service.
Namespace
Drupal\private_message\ServiceCode
public function updateLastCheckTime();