You are here

public function CommentTypeInterface::getDescription in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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 23
Contains \Drupal\comment\CommentTypeInterface.

Class

CommentTypeInterface
Provides an interface defining a comment type entity.

Namespace

Drupal\comment

Code

public function getDescription();