constant COMMENT_ANONYMOUS_MAY_CONTACT in Drupal 7
Same name and namespace in other branches
- 8 core/modules/comment/comment.module \COMMENT_ANONYMOUS_MAY_CONTACT
- 4 modules/comment.module \COMMENT_ANONYMOUS_MAY_CONTACT
- 5 modules/comment/comment.module \COMMENT_ANONYMOUS_MAY_CONTACT
- 6 modules/comment/comment.module \COMMENT_ANONYMOUS_MAY_CONTACT
Anonymous posters may leave their contact information.
2 uses of COMMENT_ANONYMOUS_MAY_CONTACT
- CommentInterfaceTest::setEnvironment in modules/
comment/ comment.test - Re-configures the environment, module settings, and user permissions.
- RdfCommentAttributesTestCase::setUp in modules/
rdf/ rdf.test - Sets up a Drupal site for running functional and integration tests.
File
- modules/
comment/ comment.module, line 40 - Enables users to comment on published content.
Code
define('COMMENT_ANONYMOUS_MAY_CONTACT', 1);