You are here

constant PrivateMessageServiceInterface::LAST_CHECK_KEY in Private Message 8

Same name and namespace in other branches
  1. 8.2 src/Service/PrivateMessageServiceInterface.php \Drupal\private_message\Service\PrivateMessageServiceInterface::LAST_CHECK_KEY

The timestamp at which unread private messages were marked as read.

File

src/Service/PrivateMessageServiceInterface.php, line 21

Class

PrivateMessageServiceInterface
The interface for the Private Message Service.

Namespace

Drupal\private_message\Service

Code

const LAST_CHECK_KEY = 'last_notification_check_timestamp';