Same name and namespace in other branches
  1. 4.7.x modules/comment.module \COMMENT_ANONYMOUS_MAYNOT_CONTACT
  2. 5.x modules/comment/comment.module \COMMENT_ANONYMOUS_MAYNOT_CONTACT
  3. 6.x modules/comment/comment.module \COMMENT_ANONYMOUS_MAYNOT_CONTACT
  4. 8.9.x core/modules/comment/comment.module \COMMENT_ANONYMOUS_MAYNOT_CONTACT

Anonymous posters cannot enter their contact information.

3 uses of COMMENT_ANONYMOUS_MAYNOT_CONTACT
CommentInterfaceTest::setEnvironment in modules/comment/comment.test
Re-configures the environment, module settings, and user permissions.
comment_form in modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_form_node_type_form_alter in modules/comment/comment.module
Implements hook_form_FORM_ID_alter().

File

modules/comment/comment.module, line 35
Enables users to comment on published content.

Code

define('COMMENT_ANONYMOUS_MAYNOT_CONTACT', 0);