public CommentTypeInterface::setDescription($description)
Sets the description of the comment type.
Parameters
string $description: The new description.
Return value
$this
File
- core/modules/comment/src/CommentTypeInterface.php, line 28
Class
- CommentTypeInterface
- Provides an interface defining a comment type entity.
Namespace
Drupal\comment
Code
public function setDescription($description);
Please login to continue.