You are here

constant CommentManagerInterface::COMMENT_MODE_FLAT in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/CommentManagerInterface.php \Drupal\comment\CommentManagerInterface::COMMENT_MODE_FLAT

Comments are displayed in a flat list - expanded.

File

core/modules/comment/src/CommentManagerInterface.php, line 20
Contains \Drupal\comment\CommentManagerInterface.

Class

CommentManagerInterface
Comment manager contains common functions to manage comment fields.

Namespace

Drupal\comment

Code

const COMMENT_MODE_FLAT = 0;