- CommentHelperCase::setUp in core/
modules/ comment/ tests/ comment.test - Sets up a Backdrop site for running functional and integration tests.
- CommentInterfaceTest::setEnvironment in core/
modules/ comment/ tests/ comment.test - Re-configures the environment, module settings, and user permissions.
- CommentInterfaceTest::testCommentInterface in core/
modules/ comment/ tests/ comment.test - Tests the comment interface.
- CommentInterfaceTest::testCommentNewCommentsIndicator in core/
modules/ comment/ tests/ comment.test - Tests new comment marker.
- CommentNodeAutoCloserTestCase::testNodeCommentAutoCloserSettings in core/
modules/ comment/ tests/ comment.test - Tests the auto closer node type setting and the override setting on individual nodes.
- CommentNodeChangesTestCase::testNodeCommentSettings in core/
modules/ comment/ tests/ comment.test - Tests opening, closing, and hiding comments.
- CommentViewsHandlerArgumentUserUidTest::setUp in core/
modules/ comment/ tests/ comment_views_handler_argument_user_uid.test - Sets up a Backdrop site for running functional and integration tests.
- comment_form_node_form_alter in core/
modules/ comment/ comment.module - Implements hook_form_BASE_FORM_ID_alter().
- comment_form_node_type_form_alter in core/
modules/ comment/ comment.module - Implements hook_form_FORM_ID_alter().
- comment_form_submit in core/
modules/ comment/ comment.module - Form submission handler for comment_form().
- comment_links in core/
modules/ comment/ comment.module - Adds reply, edit, delete, etc. links, depending on user permissions.
- comment_node_page_additions in core/
modules/ comment/ comment.module - Builds the comment-related elements for node detail pages.
- comment_node_view in core/
modules/ comment/ comment.module - Implements hook_node_view().
- comment_reply in core/
modules/ comment/ comment.pages.inc - Form constructor for the comment reply form.
- FieldUIViewModeTestHelper::setUp in core/
modules/ field_ui/ tests/ field_ui.test - Overrides BackdropWebTestCase::setUp().
- SearchCommentTestCase::setUp in core/
modules/ search/ tests/ search.test - Sets up a Backdrop site for running functional and integration tests.
- standard_install in core/
profiles/ standard/ standard.install - Implements hook_install().
- TokenCommentTestCase::testCommentTokens in core/
modules/ simpletest/ tests/ token.test - UserSignatureTestCase::testUserSignature in core/
modules/ user/ tests/ user.test - Test that a user can change their signature format and that it is respected upon display.
- views_handler_field_node_comment::render in core/
modules/ comment/ views/ views_handler_field_node_comment.inc - Render the field.
- views_handler_filter_node_comment::get_value_options in core/
modules/ comment/ views/ views_handler_filter_node_comment.inc - Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- _comment_close_all in core/
modules/ comment/ comment.module - Close all comments that meet the current threshold.