public function PrivateMessageServiceInterface::updateLastCheckTime in Private Message 8
Same name and namespace in other branches
- 8.2 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 165
Class
- PrivateMessageServiceInterface
- The interface for the Private Message Service.
Namespace
Drupal\private_message\ServiceCode
public function updateLastCheckTime();