You are here

constant COMMENT_ANONYMOUS_MAYNOT_CONTACT in Zircon Profile 8

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

Anonymous posters cannot enter their contact information.

3 uses of COMMENT_ANONYMOUS_MAYNOT_CONTACT
CommentAnonymousTest::testAnonymous in core/modules/comment/src/Tests/CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentForm::form in core/modules/comment/src/CommentForm.php
Gets the actual form array to be built.
CommentItem::defaultFieldSettings in core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php
Defines the field-level settings for this plugin.

File

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

Code

const COMMENT_ANONYMOUS_MAYNOT_CONTACT = 0;