| 
            comment_update_1002           | 
                  
            function           | 
                  
            core/modules/comment/comment.install           | 
                  
            Move comment variables to configuration files.           | 
              
          
                  | 
            Comment::entityType           | 
                  
            function           | 
                  
            core/modules/comment/comment.entity.inc           | 
                  
            Implements EntityInterface::entityType().           | 
              
          
                  | 
            CommentApprovalTest           | 
                  
            class           | 
                  
            core/modules/comment/tests/comment.test           | 
                  
            Tests comment approval functionality.           | 
              
          
                  | 
            theme_comment_block           | 
                  
            function           | 
                  
            core/modules/comment/comment.theme.inc           | 
                  
            Returns HTML for a list of recent comments.           | 
              
          
                  | 
            comment_update_1006           | 
                  
            function           | 
                  
            core/modules/comment/comment.install           | 
                  
            Creates the table to enable caching of Comment entities.           | 
              
          
                  | 
            Comment::$node_type           | 
                  
            property           | 
                  
            core/modules/comment/comment.entity.inc           | 
                  
            The comment type (bundle).           | 
              
          
                  | 
            comment_update_1005           | 
                  
            function           | 
                  
            core/modules/comment/comment.install           | 
                  
            Move default comment view to comment module.           | 
              
          
                  | 
            comment_update_1004           | 
                  
            function           | 
                  
            core/modules/comment/comment.install           | 
                  
            Add an Override column for automatic comment closing for individual nodes.           | 
              
          
                  | 
            comment_update_1007           | 
                  
            function           | 
                  
            core/modules/comment/comment.install           | 
                  
            Give access to the new 'Administer comment settings' permission as needed.           | 
              
          
                  | 
            comment_update_1003           | 
                  
            function           | 
                  
            core/modules/comment/comment.install           | 
                  
            Node type comment settings should be closed instead of hidden by default.           | 
              
          
                  | 
            hook_comment_insert           | 
                  
            function           | 
                  
            core/modules/comment/comment.api.php           | 
                  
            Respond to creation of a new comment.           | 
              
          
                  | 
            hook_comment_update           | 
                  
            function           | 
                  
            core/modules/comment/comment.api.php           | 
                  
            Respond to updates to a comment.           | 
              
          
                  | 
            hook_comment_publish           | 
                  
            function           | 
                  
            core/modules/comment/comment.api.php           | 
                  
            Respond to a comment being published by a moderator.           | 
              
          
                  | 
            TokenCommentTestCase           | 
                  
            class           | 
                  
            core/modules/simpletest/tests/token.test           | 
                  
                       | 
              
          
                  | 
            COMMENT_TITLE_CUSTOM           | 
                  
            constant           | 
                  
            core/modules/comment/comment.module           | 
                  
            Custom comment titles.           | 
              
          
                  | 
            COMMENT_TITLE_HIDDEN           | 
                  
            constant           | 
                  
            core/modules/comment/comment.module           | 
                  
            Hidden comment titles.           | 
              
          
                  | 
            comment_node_prepare           | 
                  
            function           | 
                  
            core/modules/comment/comment.module           | 
                  
            Implements hook_node_prepare().           | 
              
          
                  | 
            comment_update_index           | 
                  
            function           | 
                  
            core/modules/comment/comment.module           | 
                  
            Implements hook_update_index().           | 
              
          
                  | 
            CommentInterfaceTest           | 
                  
            class           | 
                  
            core/modules/comment/tests/comment.test           | 
                  
                       | 
              
          
                  | 
            comment_schema_alter           | 
                  
            function           | 
                  
            core/modules/comment/comment.install           | 
                  
            Implements hook_schema_alter().           | 
              
          
                  | 
            hook_comment_presave           | 
                  
            function           | 
                  
            core/modules/comment/comment.api.php           | 
                  
            Act on a comment being inserted or updated.           | 
              
          
                  | 
            comment_node_presave           | 
                  
            function           | 
                  
            core/modules/comment/comment.module           | 
                  
            Implements hook_node_presave().           | 
              
          
                  | 
            COMMENT_NOT_PUBLISHED           | 
                  
            constant           | 
                  
            core/modules/comment/comment.module           | 
                  
            Comment is awaiting approval.           | 
              
          
                  | 
            COMMENT_MODE_THREADED           | 
                  
            constant           | 
                  
            core/modules/comment/comment.module           | 
                  
            Comments are displayed as a threaded list - expanded.           | 
              
          
                  | 
            comment_build_content           | 
                  
            function           | 
                  
            core/modules/comment/comment.module           | 
                  
            Builds a structured array representing the comment's content.           | 
              
          
                  | 
            comment_view_multiple           | 
                  
            function           | 
                  
            core/modules/comment/comment.module           | 
                  
            Constructs render array from an array of loaded comments.           | 
              
          
                  | 
            SearchCommentTestCase           | 
                  
            class           | 
                  
            core/modules/search/tests/search.test           | 
                  
            Test integration searching comments.           | 
              
          
                  | 
            comment_load_multiple           | 
                  
            function           | 
                  
            core/modules/comment/comment.module           | 
                  
            Loads comments from the database.           | 
              
          
                  | 
            comment_form_validate           | 
                  
            function           | 
                  
            core/modules/comment/comment.module           | 
                  
            Form validation handler for comment_form().           | 
              
          
                  | 
            comment_autoload_info           | 
                  
            function           | 
                  
            core/modules/comment/comment.module           | 
                  
            Implements hook_autoload_info().           | 
              
          
                  | 
            search_comment_insert           | 
                  
            function           | 
                  
            core/modules/search/search.module           | 
                  
            Implements hook_comment_insert().           | 
              
          
                  | 
            search_comment_update           | 
                  
            function           | 
                  
            core/modules/search/search.module           | 
                  
            Implements hook_comment_update().           | 
              
          
                  | 
            search_comment_delete           | 
                  
            function           | 
                  
            core/modules/search/search.module           | 
                  
            Implements hook_comment_delete().           | 
              
          
                  | 
            CommentNodeAccessTest           | 
                  
            class           | 
                  
            core/modules/comment/tests/comment.test           | 
                  
            Tests comments with node access.           | 
              
          
                  | 
            CommentContentRebuild           | 
                  
            class           | 
                  
            core/modules/comment/tests/comment.test           | 
                  
            Tests comment content rebuilding.           | 
              
          
                  | 
            Comment::createAccess           | 
                  
            function           | 
                  
            core/modules/comment/comment.entity.inc           | 
                  
            Overrides Entity::createAccess().           | 
              
          
                  | 
            comment_views_plugins           | 
                  
            function           | 
                  
            core/modules/comment/views/comment.views.inc           | 
                  
            Implements hook_views_plugins().           | 
              
          
                  | 
            hook_comment_unpublish           | 
                  
            function           | 
                  
            core/modules/comment/comment.api.php           | 
                  
            Respond to a comment being unpublished by a moderator.           | 
              
          
                  | 
            hook_comment_predelete           | 
                  
            function           | 
                  
            core/modules/comment/comment.api.php           | 
                  
            Act before comment deletion.           | 
              
          
                  | 
            comment_node_type_load           | 
                  
            function           | 
                  
            core/modules/comment/comment.module           | 
                  
            Implements hook_node_type_load().           | 
              
          
                  | 
            comment_new_page_count           | 
                  
            function           | 
                  
            core/modules/comment/comment.module           | 
                  
            Calculates the page number for the first new comment.           | 
              
          
                  | 
            comment_prepare_thread           | 
                  
            function           | 
                  
            core/modules/comment/comment.module           | 
                  
            Calculates the indentation level of each comment in a comment thread.           | 
              
          
                  | 
            comment_node_predelete           | 
                  
            function           | 
                  
            core/modules/comment/comment.module           | 
                  
            Implements hook_node_predelete().           | 
              
          
                  | 
            comment_user_predelete           | 
                  
            function           | 
                  
            core/modules/comment/comment.module           | 
                  
            Implements hook_user_predelete().           | 
              
          
                  | 
            comment_publish_action           | 
                  
            function           | 
                  
            core/modules/comment/comment.module           | 
                  
            Publishes a comment.           | 
              
          
                  | 
            search_comment_publish           | 
                  
            function           | 
                  
            core/modules/search/search.module           | 
                  
            Implements hook_comment_publish().           | 
              
          
                  | 
            CommentActionsTestCase           | 
                  
            class           | 
                  
            core/modules/comment/tests/comment.test           | 
                  
            Tests actions provided by the Comment module.           | 
              
          
                  | 
            comment_admin_overview           | 
                  
            function           | 
                  
            core/modules/comment/comment.admin.inc           | 
                  
            Form constructor for the comment overview administration form.           | 
              
          
                  | 
            comment_confirm_delete           | 
                  
            function           | 
                  
            core/modules/comment/comment.admin.inc           | 
                  
            Form constructor for the confirmation form for comment deletion.           | 
              
          
                  | 
            hook_comment_view_alter           | 
                  
            function           | 
                  
            core/modules/comment/comment.api.php           | 
                  
            Alter the results of comment_view().           |