constant COMMENT_ANONYMOUS_MAY_CONTACT
- 7.x drupal-7.x/modules/comment/comment.module COMMENT_ANONYMOUS_MAY_CONTACT
- 6.x drupal-6.x/modules/comment/comment.module COMMENT_ANONYMOUS_MAY_CONTACT
Anonymous posters may leave their contact information.
3 uses of COMMENT_ANONYMOUS_MAY_CONTACT
- CommentInterfaceTest::setEnvironment in drupal-7.x/
modules/ comment/ comment.test - Re-configures the environment, module settings, and user permissions.
- comment_form_node_type_form_alter in drupal-7.x/
modules/ comment/ comment.module - Implements hook_form_FORM_ID_alter().
- RdfCommentAttributesTestCase::setUp in drupal-7.x/
modules/ rdf/ rdf.test - Sets up a Drupal site for running functional and integration tests.
File
- drupal-7.x/
modules/ comment/ comment.module, line 40 - Enables users to comment on published content.
Code
define('COMMENT_ANONYMOUS_MAY_CONTACT', 1)