public function DigestInterface::getEndTime in Message Digest 8
Gets the end time for which to digest messages prior to.
Return value
int The unix timestamp for which all messages prior will be digested.
1 method overrides DigestInterface::getEndTime()
- DigestBase::getEndTime in src/
Plugin/ Notifier/ DigestBase.php - Gets the end time for which to digest messages prior to.
File
- src/
Plugin/ Notifier/ DigestInterface.php, line 76
Class
- DigestInterface
- Interface for sending messages as digests.
Namespace
Drupal\message_digest\Plugin\NotifierCode
public function getEndTime();