You are here

public function MassContactCategory::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.

Overrides MassContactCategoryInterface::getRecipients

File

src/Entity/MassContactCategory.php, line 168

Class

MassContactCategory
Defines the Mass contact category entity.

Namespace

Drupal\mass_contact\Entity

Code

public function getRecipients() {
  return $this->recipients;
}