You are here

public function OpignoActivityTypeInterface::setDescription in Opigno module 8

Same name and namespace in other branches
  1. 3.x src/Entity/OpignoActivityTypeInterface.php \Drupal\opigno_module\Entity\OpignoActivityTypeInterface::setDescription()

Sets the Activity type description.

Parameters

string $description: The Activity type description.

Return value

\Drupal\opigno_module\Entity\OpignoActivityType The called Activity type entity.

1 method overrides OpignoActivityTypeInterface::setDescription()
OpignoActivityType::setDescription in src/Entity/OpignoActivityType.php
Sets the Activity type description.

File

src/Entity/OpignoActivityTypeInterface.php, line 29

Class

OpignoActivityTypeInterface
Provides an interface for defining Activity type entities.

Namespace

Drupal\opigno_module\Entity

Code

public function setDescription($description);