You are here

public function GroupInterface::setDescription in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/GroupInterface.php \Drupal\rng\Entity\GroupInterface::setDescription()

Sets the description.

Parameters

string $description: The description.

Return value

\Drupal\rng\Entity\GroupInterface Returns group for chaining.

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

File

src/Entity/GroupInterface.php, line 74

Class

GroupInterface
Provides an interface defining a registration group entity.

Namespace

Drupal\rng\Entity

Code

public function setDescription($description);