You are here

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

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

Class

GroupInterface
Provides an interface defining a registration group entity.

Namespace

Drupal\rng\Entity

Code

public function getDescription();