public function MassContactCategoryInterface::setRecipients in Mass Contact 8
Sets the recipients data.
Parameters
array $recipients: The recipients data, keyed by plugin ID.
1 method overrides MassContactCategoryInterface::setRecipients()
- MassContactCategory::setRecipients in src/
Entity/ MassContactCategory.php - Sets the recipients data.
File
- src/
Entity/ MassContactCategoryInterface.php, line 55
Class
- MassContactCategoryInterface
- Provides an interface for defining Mass contact categories.
Namespace
Drupal\mass_contact\EntityCode
public function setRecipients(array $recipients);