You are here

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\message

Code

public function process(array $ids);