- _comment_close_all in modules/
comment/ comment.module - Close all comments that meet the current threshold.
- comment_form_node_form_alter in modules/
comment/ comment.module - Implements hook_form_BASE_FORM_ID_alter().
- comment_form_node_type_form_alter in modules/
comment/ comment.module - Implements hook_form_FORM_ID_alter().
- comment_form_submit in modules/
comment/ comment.module - Form submission handler for comment_form().
- CommentHelperCase::setUp in modules/
comment/ tests/ comment.test - Sets up a Backdrop site for running functional and integration tests.
- CommentInterfaceTest::setEnvironment in modules/
comment/ tests/ comment.test - Re-configures the environment, module settings, and user permissions.
- CommentInterfaceTest::testCommentInterface in modules/
comment/ tests/ comment.test - Tests the comment interface.
- CommentInterfaceTest::testCommentNewCommentsIndicator in modules/
comment/ tests/ comment.test - Tests new comment marker.
- comment_links in modules/
comment/ comment.module - Adds reply, edit, delete, etc. links, depending on user permissions.
- CommentNodeAutoCloserTestCase::testNodeCommentAutoCloserSettings in modules/
comment/ tests/ comment.test - Tests the auto closer node type setting and the override setting on individual nodes.
- CommentNodeChangesTestCase::testNodeCommentSettings in modules/
comment/ tests/ comment.test - Tests opening, closing, and hiding comments.
- comment_node_page_additions in modules/
comment/ comment.module - Builds the comment-related elements for node detail pages.
- comment_node_view in modules/
comment/ comment.module - Implements hook_node_view().
- comment_reply in modules/
comment/ comment.pages.inc - Form constructor for the comment reply form.
- FieldUIViewModeTestHelper::setUp in modules/
field_ui/ tests/ field_ui.test - Overrides BackdropWebTestCase::setUp().
- SearchCommentTestCase::setUp in modules/
search/ tests/ search.test - Sets up a Backdrop site for running functional and integration tests.
- standard_install in profiles/
standard/ standard.install - Implements hook_install().
- TokenCommentTestCase::testCommentTokens in modules/
simpletest/ tests/ token.test - UserSignatureTestCase::testUserSignature in 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 modules/
comment/ views/ views_handler_field_node_comment.inc - Render the field.
- views_handler_filter_node_comment::get_value_options in 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.