constant COMMENT_ANONYMOUS_MAY_CONTACT

Anonymous posters may leave their contact information.

2 uses of COMMENT_ANONYMOUS_MAY_CONTACT
CommentAttributesTest::setUp in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php
Sets up a Drupal site for running functional and integration tests.
CommentLinksTest::setEnvironment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Re-configures the environment, module settings, and user permissions.

File

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

Code

const COMMENT_ANONYMOUS_MAY_CONTACT = 1;