You are here

constant COMMENT_ANONYMOUS_MAY_CONTACT in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/comment.module \COMMENT_ANONYMOUS_MAY_CONTACT

Anonymous posters may leave their contact information.

4 uses of COMMENT_ANONYMOUS_MAY_CONTACT
CommentAnonymousTest::testAnonymous in core/modules/comment/src/Tests/CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentAttributesTest::setUp in core/modules/rdf/src/Tests/CommentAttributesTest.php
Sets up a Drupal site for running functional and integration tests.
CommentFieldAccessTest::testAccessToAdministrativeFields in core/modules/comment/src/Tests/CommentFieldAccessTest.php
Test permissions on comment fields.
CommentNonNodeTest::testCommentFunctionality in core/modules/comment/src/Tests/CommentNonNodeTest.php
Tests anonymous comment functionality.

File

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

Code

const COMMENT_ANONYMOUS_MAY_CONTACT = 1;