You are here

public function GroupInterface::setSource in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/GroupInterface.php \Drupal\rng\Entity\GroupInterface::setSource()

Set which module created this group.

Parameters

string $module: Name of a module.

Return value

\Drupal\rng\Entity\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/Entity/GroupInterface.php, line 55

Class

GroupInterface
Provides an interface defining a registration group entity.

Namespace

Drupal\rng\Entity

Code

public function setSource($module);