You are here

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

Returns the description.

Return value

string Description of the registration group.

1 method overrides GroupInterface::getDescription()
Group::getDescription in src/Entity/Group.php
Returns the description.

File

src/GroupInterface.php, line 63

Class

GroupInterface
Provides an interface defining a registration group entity.

Namespace

Drupal\rng

Code

public function getDescription();