constant CommentManagerInterface::COMMENT_MODE_THREADED in Drupal 10
Same name and namespace in other branches
- 8 core/modules/comment/src/CommentManagerInterface.php \Drupal\comment\CommentManagerInterface::COMMENT_MODE_THREADED
- 9 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\commentCode
const COMMENT_MODE_THREADED = 1;