Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.

backdrop_rewrite_settings in includes/install.inc
Replaces values in settings.php with values in the submitted array.
BackdropWebTestCase::backdropCreateNode in modules/simpletest/backdrop_web_test_case.php
Creates a node based on default settings.
comment_access in modules/comment/comment.module
Determines whether the current user has access to a particular comment.
comment_action_info in modules/comment/comment.module
Implements hook_action_info().
comment_admin_overview in modules/comment/comment.admin.inc
Form constructor for the comment overview administration form.
CommentApprovalTest::testApprovalAdminInterface in modules/comment/tests/comment.test
Test comment approval functionality through admin/content/comment.
CommentApprovalTest::testApprovalNodeInterface in modules/comment/tests/comment.test
Tests comment approval functionality through the node interface.
CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled in modules/comment/tests/comment.test
Test comment author deletion while the comment module is disabled.
CommentBlockFunctionalTest::testRecentCommentBlock in modules/comment/tests/comment.test
Tests the recent comments block.
_comment_body_field_create in modules/comment/comment.module
Creates a comment_body field instance for a given node type.
comment_build_content in modules/comment/comment.module
Builds a structured array representing the comment's content.
_comment_close_all in modules/comment/comment.module
Close all comments that meet the current threshold.
comment_delete_multiple in modules/comment/comment.module
Deletes comments and all their replies.
comment_entity_info in modules/comment/comment.module
Implements hook_entity_info().
Comment::entityType in modules/comment/comment.entity.inc
Implements EntityInterface::entityType().
comment_field_extra_fields in modules/comment/comment.module
Implements hook_field_extra_fields().
CommentFieldsTest::testCommentDefaultFields in modules/comment/tests/comment.test
Tests that the default 'comment_body' field is correctly added.
CommentFieldsTest::testCommentEnable in modules/comment/tests/comment.test
Tests that comment module works when enabled after a content module.
comment_file_download_access in modules/comment/comment.module
Implements hook_file_download_access().
comment_form in modules/comment/comment.module
Form constructor for the basic commenting form.
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_build_comment in modules/comment/comment.module
Updates the comment entity by processing the submission's values.
comment_form_validate in modules/comment/comment.module
Form validation handler for comment_form().
comment_get_display_ordinal in modules/comment/comment.module
Gets the display ordinal for a comment, starting from 0.
comment_get_recent in modules/comment/comment.module
Finds the most recent comments that are available to the current user.
comment_get_thread in modules/comment/comment.module
Retrieves comments for a thread.
CommentHelperCase::postComment in modules/comment/tests/comment.test
Posts a comment.
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::testCommentClasses in modules/comment/tests/comment.test
Tests CSS classes on comments.
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_load_multiple in modules/comment/comment.module
Loads comments from the database.
comment_modules_enabled in modules/comment/comment.install
Implements hook_modules_enabled().
comment_new_page_count in modules/comment/comment.module
Calculates the page number for the first new comment.
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_search_result in modules/comment/comment.module
Implements hook_node_search_result().
comment_node_type_delete in modules/comment/comment.module
Implements hook_node_type_delete().
comment_node_type_update in modules/comment/comment.module
Implements hook_node_type_update().
comment_node_view in modules/comment/comment.module
Implements hook_node_view().
comment_preprocess_block in modules/comment/comment.module
Implements hook_preprocess_block().
comment_reply in modules/comment/comment.pages.inc
Form constructor for the comment reply form.
comment_schema in modules/comment/comment.install
Implements hook_schema().
CommentStorageController::postDelete in modules/comment/comment.entity.inc
Overrides EntityDatabaseStorageController::postDelete().
comment_theme in modules/comment/comment.module
Implements hook_theme().
comment_token_info in modules/comment/comment.tokens.inc
Implements hook_token_info().
CommentTokenReplaceTestCase::testCommentTokenReplacement in modules/comment/tests/comment.test
Creates a comment, then tests the tokens generated from it.
comment_tokens in modules/comment/comment.tokens.inc
Implements hook_tokens().
comment_uninstall in modules/comment/comment.install
Implements hook_uninstall().
comment_update_1000 in modules/comment/comment.install
Renames {comment}.language to {comment}.langcode.
comment_update_1005 in modules/comment/comment.install
Move default comment view to comment module.
comment_update_dependencies in modules/comment/comment.install
Implements hook_update_dependencies().
comment_view in modules/comment/comment.module
Generates an array for rendering a comment.
comment_view in modules/comment/comment.module
Generates an array for rendering a comment.
comment_view_multiple in modules/comment/comment.module
Constructs render array from an array of loaded comments.
comment_views_api in modules/comment/comment.module
Implements hook_views_api().
comment_views_data in modules/comment/views/comment.views.inc
comment_views_data_alter in modules/comment/views/comment.views.inc
Use views_data_alter to add items to the node table that are relevant to comments.
CommentViewsHandlerArgumentUserUidTest::postComment in modules/comment/tests/comment_views_handler_argument_user_uid.test
Post comment.
comment_views_plugins in modules/comment/views/comment.views.inc
Implements hook_views_plugins().
DashboardOverviewContentBlock::form in modules/dashboard/includes/block.overview_content.inc
Build the settings form for editing this block.
DashboardOverviewContentBlock::getContent in modules/dashboard/includes/block.overview_content.inc
Return the content of a block.
DashboardTest::setUp in modules/dashboard/tests/dashboard.test
Sets up a Backdrop site for running functional and integration tests.
drupal-7.language.database.php in modules/simpletest/tests/upgrade/drupal-7.language.database.php
Database additions for language tests. Used in upgrade.language.test.
EntityCrudHookTestCase::setUp in modules/entity/tests/entity_crud_hook_test.test
Sets up a Backdrop site for running functional and integration tests.
EntityCrudHookTestCase::testCommentHooks in modules/entity/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on comments.
EntityCrudHookTestCase::testNodeHooks in modules/entity/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on nodes.
FieldInfoTestCase::testInstanceDisabledEntityType in modules/field/tests/field.test
Test that instances on disabled entity types are filtered out.
field_test_field_widget_properties_alter in modules/field/tests/field_test/field_test.module
Implements hook_field_widget_properties_alter().
field_token_info_alter in modules/field/field.tokens.inc
Implements hook_token_info_alter().
FieldUIViewModeFunctionalTest::testFieldUIViewModes in modules/field_ui/tests/field_ui.test
Tests display mode functionality.
FieldUIViewModeTestHelper::setUp in modules/field_ui/tests/field_ui.test
Overrides BackdropWebTestCase::setUp().
file_views_data in modules/file/views/file.views.inc
Implements hook_field_views_data().
hook_action_info in modules/system/system.api.php
Declares information about actions.
hook_node_search_result in modules/node/node.api.php
Act on a node being displayed as a search result.
hook_search_execute in modules/search/search.api.php
Execute a search for a set of key words.
layout_upgrade_database.php in modules/layout/tests/layout_upgrade_database.php
Database additions for Layout upgrade tests. Used in layout.test.
LocaleCommentLanguageFunctionalTest::testCommentLanguage in modules/locale/tests/locale.test
Test that comment language is properly set.
_locale_export_get_strings in includes/gettext.inc
Generates a structured array of all translated strings for the language.
_locale_export_po_generate in includes/gettext.inc
Generates the PO(T) file contents for the given strings.
ModuleDependencyTestCase::testEnableRequirementsFailureDependency in modules/system/tests/system.test
Tests enabling a module that depends on a module which fails hook_requirements().
ModuleUnitTest::testDependencyResolution in modules/simpletest/tests/module.test
Test dependency resolution.
NodeAccessPagerTestCase::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
NodeAccessPagerTestCase::testCommentPager in modules/node/tests/node.test
Tests the comment pager for nodes with multiple grants per realm.
node_schema in modules/node/node.install
Implements hook_schema().
node_search_execute in modules/node/node.module
Implements hook_search_execute().
node.tpl.php in themes/bartik/templates/node.tpl.php
Bartik's theme implementation to display a node.
SearchCommentTestCase::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchCommentTestCase::testAddNewComment in modules/search/tests/search.test
Verify that 'Add comment' does not appear in search results or index.
SearchRankingTestCase::setUp in modules/search/tests/search.test
Implementation setUp().
SearchRankingTestCase::testRankings in modules/search/tests/search.test
template_preprocess_comment in modules/comment/comment.theme.inc
Preprocesses variables for comment.tpl.php.
template_preprocess_views_view_row_comment in modules/comment/views/comment.views.inc
Template helper for theme_views_view_row_comment
template_preprocess_views_view_row_search in modules/search/views/search.views.inc
Template helper for theme_views_view_row_search
TokenCommentTestCase::setUp in modules/simpletest/tests/token.test
Sets up a Backdrop site for running functional and integration tests.
TokenCommentTestCase::testCommentTokens in modules/simpletest/tests/token.test
UserSignatureTestCase::setUp in modules/user/tests/user.test
Sets up a Backdrop site for running functional and integration tests.
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_argument_comment_user_uid::query in modules/comment/views/views_handler_argument_comment_user_uid.inc
Set up the query for this argument.
views_handler_field_comment_node_link::construct in modules/comment/views/views_handler_field_comment_node_link.inc
Construct a new field handler.
views_handler_field_comment_node_link::render in modules/comment/views/views_handler_field_comment_node_link.inc
Render the field.
views_handler_field_history_user_timestamp::init in modules/node/views/views_handler_field_history_user_timestamp.inc
init the handler with necessary data.
views_handler_field_history_user_timestamp::options_form in modules/node/views/views_handler_field_history_user_timestamp.inc
Provide link to node option
views_handler_field_history_user_timestamp::render in modules/node/views/views_handler_field_history_user_timestamp.inc
Render the field.
views_handler_filter_comment_user_uid::query in modules/comment/views/views_handler_filter_comment_user_uid.inc
Add this filter to the query.
views_handler_filter_entity_bundle::query in modules/views/handlers/views_handler_filter_entity_bundle.inc
All entity types beside comment and taxonomy terms have a proper implement bundle, though these two need an additional join to node/vocab table to work as required.
views_handler_filter_history_user_timestamp::query in modules/node/views/views_handler_filter_history_user_timestamp.inc
Add this filter to the query.
views_plugin_row_comment_rss::render in modules/comment/views/views_plugin_row_comment_rss.inc
Render a row object. This usually passes through to a theme template of some form, but not always.
views_plugin_row_comment_view::options_form_summary_options in modules/comment/views/views_plugin_row_comment_view.inc
Return the main options, which are shown in the summary title.
views_preprocess_comment in modules/views/views.module
A theme preprocess function to automatically allow view-based node templates if called from a view.
ViewsUiCommentViewsWizard::build_form_style in modules/views_ui/wizards/views_ui_comment_views_wizard.php
Build the part of the form that builds the display format options.
ViewsUiCommentViewsWizard::default_display_options in modules/views_ui/wizards/views_ui_comment_views_wizard.php
Most subclasses will need to override this method to provide some fields or a different row plugin.
ViewsUiCommentViewsWizard::display_options_row in modules/views_ui/wizards/views_ui_comment_views_wizard.php
Set the row style and row style plugins to the display_options.
ViewsUiCommentViewsWizard::row_style_options in modules/views_ui/wizards/views_ui_comment_views_wizard.php
Add possible row style options.
views_ui_views_ui_wizards in modules/views_ui/views_ui.module
Implements hook_views_ui_wizards().
ViewsUIWizardJumpMenuTestCase::createCommentAndGetPath in modules/views/tests/views_ui.test
Helper function to create a comment and return its expected path.
ViewsUIWizardJumpMenuTestCase::testJumpMenus in modules/views/tests/views_ui.test
Tests the jump menu style plugin.