function CommentTypeInterface::getDescription
Same name in other branches
- 9 core/modules/comment/src/CommentTypeInterface.php \Drupal\comment\CommentTypeInterface::getDescription()
- 8.9.x core/modules/comment/src/CommentTypeInterface.php \Drupal\comment\CommentTypeInterface::getDescription()
- 10 core/modules/comment/src/CommentTypeInterface.php \Drupal\comment\CommentTypeInterface::getDescription()
Returns the comment type description.
Return value
string The comment-type description.
1 method overrides CommentTypeInterface::getDescription()
- CommentType::getDescription in core/
modules/ comment/ src/ Entity/ CommentType.php - Returns the comment type description.
File
-
core/
modules/ comment/ src/ CommentTypeInterface.php, line 18
Class
- CommentTypeInterface
- Provides an interface defining a comment type entity.
Namespace
Drupal\commentCode
public function getDescription();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.