constant COMMENT_ANONYMOUS_MAYNOT_CONTACT

Anonymous posters cannot enter their contact information.

2 uses of COMMENT_ANONYMOUS_MAYNOT_CONTACT
CommentFormController::form in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
comment_form_node_type_form_alter in drupal/core/modules/comment/comment.module
Implements hook_form_FORM_ID_alter().

File

drupal/core/modules/comment/comment.module, line 42
Enables users to comment on published content.

Code

const COMMENT_ANONYMOUS_MAYNOT_CONTACT = 0;