You are here

public function DigestInterface::markSent in Message Digest 8

Mark the sent digest messages as sent in the message_digest DB table.

Parameters

\Drupal\user\UserInterface $account: User account for which to mark the digest as sent.

int $last_mid: The last MID to be sent in the digest.

1 method overrides DigestInterface::markSent()
DigestBase::markSent in src/Plugin/Notifier/DigestBase.php
Mark the sent digest messages as sent in the message_digest DB table.

File

src/Plugin/Notifier/DigestInterface.php, line 60

Class

DigestInterface
Interface for sending messages as digests.

Namespace

Drupal\message_digest\Plugin\Notifier

Code

public function markSent(UserInterface $account, $last_mid);