You are here

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

Sets the description.

Parameters

string $description: The description.

Return value

\Drupal\rng\GroupInterface Returns group for chaining.

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

File

src/GroupInterface.php, line 74

Class

GroupInterface
Provides an interface defining a registration group entity.

Namespace

Drupal\rng

Code

public function setDescription($description);