public function DigestManagerInterface::cleanupOldMessages in Message Digest 8
Cleanup old messages from the message_digest table.
Deprecated
This method is deprecated and will be removed before Message Digest 8.2.0 is released. Entries in the message_digest table are cleaned up automatically when messages or users are deleted so this is no longer needed.
1 method overrides DigestManagerInterface::cleanupOldMessages()
- DigestManager::cleanupOldMessages in src/
DigestManager.php - Cleanup old messages from the message_digest table.
File
- src/
DigestManagerInterface.php, line 19
Class
- DigestManagerInterface
- Declares an interface for managing message digests.
Namespace
Drupal\message_digestCode
public function cleanupOldMessages();