You are here

public function MassContactInterface::getGroupedRecipients in Mass Contact 8

Get groups of recipients for batch processing.

Parameters

int[] $all_recipients: An array of all recipients.

Return value

array An array of arrays of recipients.

1 method overrides MassContactInterface::getGroupedRecipients()
MassContact::getGroupedRecipients in src/MassContact.php
Get groups of recipients for batch processing.

File

src/MassContactInterface.php, line 97

Class

MassContactInterface
Defines an interface for the Mass Contact helper service.

Namespace

Drupal\mass_contact

Code

public function getGroupedRecipients(array $all_recipients);