CommentItemInterface::CLOSED

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

Comments for this entity are closed.

Deprecated

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\comment\CommentingStatus::Closed instead.

See also

https://www.drupal.org/node/3547362

File

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

Class

CommentItemInterface
Interface definition for Comment items.

Namespace

Drupal\comment\Plugin\Field\FieldType

Code

const CLOSED = 1;

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