CommentManagerInterface::COMMENT_MODE_THREADED

Same name and namespace in other branches
  1. 9 core/modules/comment/src/CommentManagerInterface.php \Drupal\comment\CommentManagerInterface::COMMENT_MODE_THREADED
  2. 10 core/modules/comment/src/CommentManagerInterface.php \Drupal\comment\CommentManagerInterface::COMMENT_MODE_THREADED
  3. 11.x core/modules/comment/src/CommentManagerInterface.php \Drupal\comment\CommentManagerInterface::COMMENT_MODE_THREADED

Comments are displayed as a threaded list - expanded.

File

core/modules/comment/src/CommentManagerInterface.php, line 20

Class

CommentManagerInterface
Comment manager contains common functions to manage comment fields.

Namespace

Drupal\comment

Code

const COMMENT_MODE_THREADED = 1;

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