public function GroupInterface::setSource in RNG - Events and Registrations 8
Set which module created this group.
Parameters
string $module: Name of a module.
Return value
\Drupal\rng\GroupInterface Returns group for chaining.
1 method overrides GroupInterface::setSource()
- Group::setSource in src/
Entity/ Group.php - Set which module created this group.
File
- src/
GroupInterface.php, line 55
Class
- GroupInterface
- Provides an interface defining a registration group entity.
Namespace
Drupal\rngCode
public function setSource($module);