You are here

public function GroupInterface::getSource 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::getSource()

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/Entity/GroupInterface.php, line 44

Class

GroupInterface
Provides an interface defining a registration group entity.

Namespace

Drupal\rng\Entity

Code

public function getSource();