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; }
Please login to continue.