function CommentTypeInterface::getDescription

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

Code

public function getDescription();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.