You are here

public function CommentTypeInterface::getDescription in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/comment/src/CommentTypeInterface.php \Drupal\comment\CommentTypeInterface::getDescription()
  2. 9 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\comment

Code

public function getDescription();