public function MassContactCategoryInterface::getRecipients in Mass Contact 8
Gets the recipients data.
Return value
string[] An array of raw recipients configuration keyed by plugin ID. Use the `::getGroupings()` method to get the actual plugin with this configuration.
1 method overrides MassContactCategoryInterface::getRecipients()
- MassContactCategory::getRecipients in src/
Entity/ MassContactCategory.php - Gets the recipients data.
File
- src/
Entity/ MassContactCategoryInterface.php, line 47
Class
- MassContactCategoryInterface
- Provides an interface for defining Mass contact categories.
Namespace
Drupal\mass_contact\EntityCode
public function getRecipients();