function CommentType::setDescription

Same name and namespace in other branches
  1. 9 core/modules/comment/src/Entity/CommentType.php \Drupal\comment\Entity\CommentType::setDescription()
  2. 8.9.x core/modules/comment/src/Entity/CommentType.php \Drupal\comment\Entity\CommentType::setDescription()
  3. 10 core/modules/comment/src/Entity/CommentType.php \Drupal\comment\Entity\CommentType::setDescription()

Overrides CommentTypeInterface::setDescription

File

core/modules/comment/src/Entity/CommentType.php, line 94

Class

CommentType
Defines the comment type entity.

Namespace

Drupal\comment\Entity

Code

public function setDescription($description) {
    $this->description = $description;
    return $this;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.