You are here

constant CommentItemInterface::FORM_BELOW in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php \Drupal\comment\Plugin\Field\FieldType\CommentItemInterface::FORM_BELOW

Comment form should be shown below post or list of comments.

File

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

Class

CommentItemInterface
Interface definition for Comment items.

Namespace

Drupal\comment\Plugin\Field\FieldType

Code

const FORM_BELOW = 1;