public function MassContactCategoryInterface::setGroupings in Mass Contact 8
Sets grouping definitions.
Parameters
\Drupal\mass_contact\Plugin\MassContact\GroupingMethod\GroupingInterface[] $groupings: The grouping configurations, keyed by plugin ID.
1 method overrides MassContactCategoryInterface::setGroupings()
- MassContactCategory::setGroupings in src/
Entity/ MassContactCategory.php - Sets grouping definitions.
File
- src/
Entity/ MassContactCategoryInterface.php, line 26
Class
- MassContactCategoryInterface
- Provides an interface for defining Mass contact categories.
Namespace
Drupal\mass_contact\EntityCode
public function setGroupings(array $groupings);