You are here

public function GroupInterface::getSource in RNG - Events and Registrations 8

Get which module created the group.

Return value

string Name of a module.

1 method overrides GroupInterface::getSource()
Group::getSource in src/Entity/Group.php
Get which module created the group.

File

src/GroupInterface.php, line 44

Class

GroupInterface
Provides an interface defining a registration group entity.

Namespace

Drupal\rng

Code

public function getSource();