public function MessagePurgeInterface::process in Message 8
Process the purgeable messages.
Normally this is a bulk delete operation.
Parameters
array $ids: The message IDs to be processed.
Return value
bool The result of the process.
1 method overrides MessagePurgeInterface::process()
- MessagePurgeBase::process in src/
MessagePurgeBase.php - Process the purgeable messages.
File
- src/
MessagePurgeInterface.php, line 40
Class
- MessagePurgeInterface
- Interface for MessagePurge plugins.
Namespace
Drupal\messageCode
public function process(array $ids);