You are here

constant CommentItemInterface::CLOSED in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php \Drupal\comment\Plugin\Field\FieldType\CommentItemInterface::CLOSED
  2. 10 core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php \Drupal\comment\Plugin\Field\FieldType\CommentItemInterface::CLOSED

Comments for this entity are closed.

File

core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php, line 18

Class

CommentItemInterface
Interface definition for Comment items.

Namespace

Drupal\comment\Plugin\Field\FieldType

Code

const CLOSED = 1;