You are here

constant CommentItemInterface::FORM_SEPARATE_PAGE in Zircon Profile 8

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

Comment form should be displayed on a separate page.

File

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

Class

CommentItemInterface
Interface definition for Comment items.

Namespace

Drupal\comment\Plugin\Field\FieldType

Code

const FORM_SEPARATE_PAGE = 0;