CommentTypeInterface::setDescription

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);
doc_Drupal
2016-10-29 08:51:20
Comments
Leave a Comment

Please login to continue.