You are here

protected property CommentType::$description in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/comment/src/Entity/CommentType.php \Drupal\comment\Entity\CommentType::description
  2. 9 core/modules/comment/src/Entity/CommentType.php \Drupal\comment\Entity\CommentType::description

The description of the comment type.

Type: string

File

core/modules/comment/src/Entity/CommentType.php, line 75

Class

CommentType
Defines the comment type entity.

Namespace

Drupal\comment\Entity

Code

protected $description;