CommentType::getDescription

public CommentType::getDescription()

Returns the comment type description.

Return value

string The comment-type description.

Overrides CommentTypeInterface::getDescription

File

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

Class

CommentType
Defines the comment type entity.

Namespace

Drupal\comment\Entity

Code

public function getDescription() {
  return $this->description;
}
doc_Drupal
2016-10-29 08:51:11
Comments
Leave a Comment

Please login to continue.