public function MassContactCategoryInterface::getGroupings in Mass Contact 8
Gets the recipient category plugin definitions.
Return value
\Drupal\mass_contact\Plugin\MassContact\GroupingMethod\GroupingInterface[] An array of configured selection plugins, keyed by plugin ID.
1 method overrides MassContactCategoryInterface::getGroupings()
- MassContactCategory::getGroupings in src/
Entity/ MassContactCategory.php - Gets the recipient category plugin definitions.
File
- src/
Entity/ MassContactCategoryInterface.php, line 18
Class
- MassContactCategoryInterface
- Provides an interface for defining Mass contact categories.
Namespace
Drupal\mass_contact\EntityCode
public function getGroupings();