Search for comment

  1. Search 7.x for comment
  2. Search 9.5.x for comment
  3. Search 10.3.x for comment
  4. Search 11.x for comment
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Comment class core/modules/comment/src/Entity/Comment.php Defines the comment entity class.
Comment class core/modules/comment/src/Plugin/views/wizard/Comment.php Tests creating comment views with the wizard.
Comment class core/modules/comment/src/Plugin/migrate/source/d6/Comment.php Drupal 6 comment source from database.
Comment class core/modules/comment/src/Plugin/migrate/source/d7/Comment.php Drupal 7 comment source from database.

All search results

Title Object type File name Summary
CommentTestBase::$account property core/modules/comment/tests/src/Functional/Views/CommentTestBase.php A normal user with permission to post comments (without approval).
CommentTestBase::$account2 property core/modules/comment/tests/src/Functional/Views/CommentTestBase.php A second normal user that will author a node for $account to comment on.
CommentTestBase::$account2 property core/modules/comment/src/Tests/Views/CommentTestBase.php A second normal user that will author a node for $account to comment on.
CommentTestBase::$adminUser property core/modules/comment/src/Tests/CommentTestBase.php An administrative user with permission to configure comment settings.
CommentTestBase::$adminUser property core/modules/comment/tests/src/Functional/CommentTestBase.php An administrative user with permission to configure comment settings.
CommentTestBase::$comment property core/modules/comment/tests/src/Functional/Views/CommentTestBase.php Stores a comment used by the tests.
CommentTestBase::$comment property core/modules/comment/src/Tests/Views/CommentTestBase.php Stores a comment used by the tests.
CommentTestBase::$modules property core/modules/comment/src/Tests/Views/CommentTestBase.php Modules to install.
CommentTestBase::$modules property core/modules/comment/tests/src/Functional/CommentTestBase.php Modules to install.
CommentTestBase::$modules property core/modules/comment/tests/src/Functional/Views/CommentTestBase.php Modules to install.
CommentTestBase::$modules property core/modules/comment/src/Tests/CommentTestBase.php Modules to install.
CommentTestBase::$node property core/modules/comment/src/Tests/CommentTestBase.php A test node to which comments will be posted.
CommentTestBase::$node property core/modules/comment/tests/src/Functional/CommentTestBase.php A test node to which comments will be posted.
CommentTestBase::$nodeUserCommented property core/modules/comment/tests/src/Functional/Views/CommentTestBase.php Stores a node posted by the user created as $account2.
CommentTestBase::$nodeUserCommented property core/modules/comment/src/Tests/Views/CommentTestBase.php Stores a node posted by the user created as $account2.
CommentTestBase::$nodeUserPosted property core/modules/comment/src/Tests/Views/CommentTestBase.php Stores a node posted by the user created as $account.
CommentTestBase::$nodeUserPosted property core/modules/comment/tests/src/Functional/Views/CommentTestBase.php Stores a node posted by the user created as $account.
CommentTestBase::$webUser property core/modules/comment/tests/src/Functional/CommentTestBase.php A normal user with permission to post comments.
CommentTestBase::$webUser property core/modules/comment/src/Tests/CommentTestBase.php A normal user with permission to post comments.
CommentTestBase::commentContactInfoAvailable function core/modules/comment/src/Tests/CommentTestBase.php Checks whether the commenter's contact information is displayed.
CommentTestBase::commentContactInfoAvailable function core/modules/comment/tests/src/Functional/CommentTestBase.php Checks whether the commenter's contact information is displayed.
CommentTestBase::commentExists function core/modules/comment/tests/src/Functional/CommentTestBase.php Checks current page for specified comment.
CommentTestBase::commentExists function core/modules/comment/src/Tests/CommentTestBase.php Checks current page for specified comment.
CommentTestBase::createCommentType function core/modules/comment/src/Tests/CommentTestBase.php Creates a comment comment type (bundle).
CommentTestBase::createCommentType function core/modules/comment/tests/src/Functional/CommentTestBase.php Creates a comment comment type (bundle).
CommentTestBase::deleteComment function core/modules/comment/tests/src/Functional/CommentTestBase.php Deletes a comment.
CommentTestBase::deleteComment function core/modules/comment/src/Tests/CommentTestBase.php Deletes a comment.
CommentTestBase::getUnapprovedComment function core/modules/comment/src/Tests/CommentTestBase.php Gets the comment ID for an unapproved comment.
CommentTestBase::getUnapprovedComment function core/modules/comment/tests/src/Functional/CommentTestBase.php Gets the comment ID for an unapproved comment.
CommentTestBase::performCommentOperation function core/modules/comment/tests/src/Functional/CommentTestBase.php Performs the specified operation on the specified comment.
CommentTestBase::performCommentOperation function core/modules/comment/src/Tests/CommentTestBase.php Performs the specified operation on the specified comment.
CommentTestBase::postComment function core/modules/comment/src/Tests/CommentTestBase.php Posts a comment.
CommentTestBase::postComment function core/modules/comment/tests/src/Functional/CommentTestBase.php Posts a comment.
CommentTestBase::setCommentAnonymous function core/modules/comment/tests/src/Functional/CommentTestBase.php Sets the value governing restrictions on anonymous comments.
CommentTestBase::setCommentAnonymous function core/modules/comment/src/Tests/CommentTestBase.php Sets the value governing restrictions on anonymous comments.
CommentTestBase::setCommentForm function core/modules/comment/src/Tests/CommentTestBase.php Sets the value governing whether the comment form is on its own page.
CommentTestBase::setCommentForm function core/modules/comment/tests/src/Functional/CommentTestBase.php Sets the value governing whether the comment form is on its own page.
CommentTestBase::setCommentPreview function core/modules/comment/tests/src/Functional/CommentTestBase.php Sets the value governing the previewing mode for the comment form.
CommentTestBase::setCommentPreview function core/modules/comment/src/Tests/CommentTestBase.php Sets the value governing the previewing mode for the comment form.
CommentTestBase::setCommentSettings function core/modules/comment/src/Tests/CommentTestBase.php Sets a comment settings variable for the article content type.
CommentTestBase::setCommentSettings function core/modules/comment/tests/src/Functional/CommentTestBase.php Sets a comment settings variable for the article content type.
CommentTestBase::setCommentsPerPage function core/modules/comment/tests/src/Functional/CommentTestBase.php Sets the value specifying the default number of comments per page.
CommentTestBase::setCommentsPerPage function core/modules/comment/src/Tests/CommentTestBase.php Sets the value specifying the default number of comments per page.
CommentTestBase::setCommentSubject function core/modules/comment/src/Tests/CommentTestBase.php Sets the value governing whether the subject field should be enabled.
CommentTestBase::setCommentSubject function core/modules/comment/tests/src/Functional/CommentTestBase.php Sets the value governing whether the subject field should be enabled.
CommentTestBase::setUp function core/modules/comment/tests/src/Functional/CommentTestBase.php
CommentTestBase::setUp function core/modules/comment/tests/src/Functional/Views/CommentTestBase.php
CommentTestBase::setUp function core/modules/comment/src/Tests/Views/CommentTestBase.php Sets up a Drupal site for running functional and integration tests.
CommentTestBase::setUp function core/modules/comment/src/Tests/CommentTestBase.php Sets up a Drupal site for running functional and integration tests.
CommentTestBaseField class core/modules/comment/tests/modules/comment_base_field_test/src/Entity/CommentTestBaseField.php Defines a test entity class for comment as a base field.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.